git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58dc41
)
ceph: use new D_COMPLETE dentry flag
author
Sage Weil
<sage@newdream.net>
Thu, 3 Nov 2011 16:23:36 +0000
(09:23 -0700)
committer
Sage 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