commit | 467c525109d5d542d7d416b0c11bdd54610fe2f4 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Sep 13 11:39:20 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon Sep 13 11:40:36 2010 -0700 |
tree | abde91184dc9ccecc9efc784520b184cae772fb1 | |
parent | a77d9f7dce7600058d56f0670ed29d77abffcde2 [diff] |
ceph: fix dn offset during readdir_prepopulate When adding the readdir results to the cache, ceph_set_dentry_offset was clobbered our just-set offset. This can cause the readdir result offsets to get out of sync with the server. Add an argument to the helper so that it does not. This bug was introduced by 1cd3935bedccf592d44343890251452a6dd74fc4. Signed-off-by: Sage Weil <sage@newdream.net>