From: Al Viro Date: Mon, 16 Sep 2013 00:45:11 +0000 (-0400) Subject: ecryptfs: don't leave RCU pathwalk immediately X-Git-Tag: v3.13-rc1~107^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2edbfbf1c1ab0aeb58ce8abfb69b6f6b63542848;p=pandora-kernel.git ecryptfs: don't leave RCU pathwalk immediately If the underlying dentry doesn't have ->d_revalidate(), there's no need to force dropping out of RCU mode. All we need for that is to make freeing ecryptfs_dentry_info RCU-delayed. Signed-off-by: Al Viro --- Reading git-diff-tree failed