commit | b58dc4100b9190f2cb437f1f67ffcb9f9acc4923 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Mar 15 15:53:40 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Nov 03 09:23:49 2011 -0700 |
tree | 5956065af3d9b126b8ae4a37551837c389f12702 | |
parent | 3f8ddb032afa729d4bad1bf2965d3ec068de6b72 [diff] |
ceph: clear parent D_COMPLETE flag when on dentry prune When the VFS prunes a dentry from the cache, clear the D_COMPLETE flag on the parent dentry. Do this for the live and snapshotted namespaces. Do not bother for the .snap dir contents, since we do not cache that. Signed-off-by: Sage Weil <sage@newdream.net>