diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-06-06 16:36:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 17:42:25 -0400 |
commit | cd4e91d3bca8d5527289f5984cf32e9fe6fb8293 (patch) | |
tree | 5059fedcd7fb8e8893b8d204e18b5813dfae3449 /fs/exportfs | |
parent | 839d9f93c9f1623fb37234d464d739617879d97e (diff) |
[PATCH] namei fixes (7/19)
The first argument of __do_follow_link() switched to struct path *
(__do_follow_link(path->dentry, ...) -> __do_follow_link(path, ...)).
All callers have the same calls of mntget() right before and dput()/mntput()
right after __do_follow_link(); these calls have been moved inside.
Obviously equivalent transformations.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/exportfs')
0 files changed, 0 insertions, 0 deletions