From: Sage Weil Date: Thu, 3 Nov 2011 16:23:36 +0000 (-0700) Subject: ceph: use new D_COMPLETE dentry flag X-Git-Tag: v3.2-rc1~31^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ffe10015f4e6fba8a915318b319c43aed1836f;p=pandora-kernel.git ceph: use new D_COMPLETE dentry flag We used to use a flag on the directory inode to track whether the dcache contents for a directory were a complete cached copy. Switch to a dentry flag CEPH_D_COMPLETE that is safely updated by ->d_prune(). Signed-off-by: Sage Weil --- Reading git-diff-tree failed