ceph: use new D_COMPLETE dentry flag
authorSage Weil <sage@newdream.net>
Thu, 3 Nov 2011 16:23:36 +0000 (09:23 -0700)
committerSage Weil <sage@newdream.net>
Sun, 6 Nov 2011 04:10:10 +0000 (21:10 -0700)
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 <sage@newdream.net>

No differences found