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:
a09e9a7
)
vfs: restructure d_genocide()
author
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 5 Sep 2013 09:44:34 +0000
(11:44 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 5 Sep 2013 20:22:43 +0000
(16:22 -0400)
It shouldn't matter when we decrement the refcount during the walk as long
as we do it exactly once.
Restructure d_genocide() to do the killing on entering the dentry instead
of when leaving it. This helps creating a common helper for tree walking.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
patch
|
blob
|
history
diff --cc
fs/dcache.c
Simple merge