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:
ed284c4
)
ceph: use d_invalidate() to invalidate aliases
author
Yan, Zheng
<zheng.z.yan@intel.com>
Mon, 2 Sep 2013 07:19:54 +0000
(15:19 +0800)
committer
Sage Weil
<sage@inktank.com>
Fri, 6 Sep 2013 19:55:29 +0000
(12:55 -0700)
d_invalidate() is the standard VFS method to invalidate dentry.
compare to d_delete(), it also try shrinking children dentries.
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>
No differences found