vfs: rename 'do_follow_link' to 'should_follow_link'
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Aug 2011 16:53:20 +0000 (09:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Aug 2011 20:42:25 +0000 (13:42 -0700)
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>

No differences found