From: Sage Weil Date: Tue, 4 May 2010 05:08:02 +0000 (-0700) Subject: ceph: set dn offset when spliced X-Git-Tag: v2.6.35-rc1~419^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd3935bedccf592d44343890251452a6dd74fc4;p=pandora-kernel.git ceph: set dn offset when spliced We want to assign an offset when the dentry goes from null to linked, which is always done by splice_dentry(). Notably, we should NOT assign an offset when a dentry is first created and is still null. BUG if we try to splice a non-null dentry (we shouldn't). Signed-off-by: Sage Weil --- Reading git-diff-tree failed