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)
commit7813b94a54987571082ff19e9d87eabbfec23b4e
treef0c6b3325adba97b2af15d7bae55b4babb812f76
parent206b1d09a56dcd2db1052245c4131879c410eaf8
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>
fs/namei.c