]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
expand dentry_kill(dentry, 0) in shrink_dentry_list()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 May 2014 17:59:13 +0000 (13:59 -0400)
committerJiri Slaby <jslaby@suse.cz>
Thu, 30 Oct 2014 21:17:43 +0000 (22:17 +0100)
commit01980970e78a8f8ef6baf5a2745b3370fba2d986
tree29b0980c2608ca5ceff73530a0e8f87658539c65
parentf6df1e4d6e6599607d2016edb2160f2748a61905
expand dentry_kill(dentry, 0) in shrink_dentry_list()

commit ff2fde9929feb2aef45377ce56b8b12df85dda69 upstream.

Result will be massaged to saner shape in the next commits.  It is
ugly, no questions - the point of that one is to be a provably
equivalent transformation (and it might be worth splitting a bit
more).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
fs/dcache.c