commit | 2edbfbf1c1ab0aeb58ce8abfb69b6f6b63542848 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 15 20:45:11 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 24 23:34:48 2013 -0400 |
tree | dc37f9a9aac1cd63c578841b29a039fbe86f48bf | |
parent | 3a93e17cf68b01fa29c7a2e861ce508dcd3401ca [diff] |
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 <viro@zeniv.linux.org.uk>