commit | 34a26b99b78148ff342801e732bf20014c291d03 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon May 11 08:05:05 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 11 08:05:05 2015 -0400 |
tree | 97e1f5b503425deb2993e891ff357819c71da920 | |
parent | 8bcb77fabd7cbabcad49f58750be8683febee92b [diff] |
namei: get rid of nameidata->base we can do fdput() under rcu_read_lock() just fine; all we need to take care of is fetching nd->inode value first. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>