commit | 7813b94a54987571082ff19e9d87eabbfec23b4e | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Aug 07 09:53:20 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Aug 07 13:42:25 2011 -0700 |
tree | f0c6b3325adba97b2af15d7bae55b4babb812f76 | |
parent | 206b1d09a56dcd2db1052245c4131879c410eaf8 [diff] |
vfs: rename 'do_follow_link' to 'should_follow_link' Al points out that the do_follow_link() helper function really is misnamed - it's about whether we should try to follow a symlink or not, not about actually doing the following. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>