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)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 May 2014 12:50:08 +0000 (08:50 -0400)
commitff2fde9929feb2aef45377ce56b8b12df85dda69
tree2dcb10757dca729826a67de777ae81dbe99891be
parente55fd011549eae01a230e3cace6f4d031b6a3453
expand dentry_kill(dentry, 0) in shrink_dentry_list()

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>
fs/dcache.c