diff options
author | Al Viro <[email protected]> | 2005-06-06 13:36:03 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-06-06 14:42:25 -0700 |
commit | cd4e91d3bca8d5527289f5984cf32e9fe6fb8293 (patch) | |
tree | 5059fedcd7fb8e8893b8d204e18b5813dfae3449 /net/lapb/lapb_timer.c | |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions