move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Sep 2014 22:55:50 +0000 (18:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Sep 2014 02:14:03 +0000 (22:14 -0400)
commit6f18493e541c690169c3b1479d47d95f624161cf
treeefd828b382e5dc61ad510fdf26db7c819e91fce4
parentf77ced6637a18d4f543458a112881776a6b7fa8c
move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)

and lock the right list there

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c