]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2016 23:06:46 +0000 (15:06 -0800)
commitd2cac5b667889e625290f6fc758133baded7aa7b
treec79a63f28c8a31bee6fac9609a70534fe0872b54
parentc233eac2740e5234480ac2a33f753f46fa81512a
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dcache.c