From: Miklos Szeredi Date: Fri, 2 May 2014 19:38:39 +0000 (-0400) Subject: dcache: don't need rcu in shrink_dentry_list() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~209^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60942f2f235ce7b817166cdf355eed729094834d;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed