dcache: don't need rcu in shrink_dentry_list()
authorMiklos Szeredi <mszeredi@suse.cz>
Fri, 2 May 2014 19:38:39 +0000 (15:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 3 May 2014 20:46:16 +0000 (16:46 -0400)
Since now the shrink list is private and nobody can free the dentry while
it is on the shrink list, we can remove RCU protection from this.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c

diff --cc fs/dcache.c
Simple merge