commit | 60942f2f235ce7b817166cdf355eed729094834d | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Fri May 02 15:38:39 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 03 16:46:16 2014 -0400 |
tree | ea2ae886fb1145b27615522eb02de3bc8bf7909c | |
parent | 9c8c10e262e0f62cb2530f1b076de979123183dd [diff] |
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>