diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-06-06 13:36:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 14:42:25 -0700 |
commit | cd4e91d3bca8d5527289f5984cf32e9fe6fb8293 (patch) | |
tree | 5059fedcd7fb8e8893b8d204e18b5813dfae3449 /fs/attr.c | |
parent | 839d9f93c9f1623fb37234d464d739617879d97e (diff) | |
download | kernel_samsung_smdk4412-cd4e91d3bca8d5527289f5984cf32e9fe6fb8293.tar.gz kernel_samsung_smdk4412-cd4e91d3bca8d5527289f5984cf32e9fe6fb8293.tar.bz2 kernel_samsung_smdk4412-cd4e91d3bca8d5527289f5984cf32e9fe6fb8293.zip |
[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/attr.c')
0 files changed, 0 insertions, 0 deletions