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)
commit60942f2f235ce7b817166cdf355eed729094834d
treeea2ae886fb1145b27615522eb02de3bc8bf7909c
parent9c8c10e262e0f62cb2530f1b076de979123183dd
dcache: don't need rcu in shrink_dentry_list()

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