From: Sage Weil Date: Mon, 13 Sep 2010 18:39:20 +0000 (-0700) Subject: ceph: fix dn offset during readdir_prepopulate X-Git-Tag: v2.6.36-rc6~84^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=467c525109d5d542d7d416b0c11bdd54610fe2f4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed