git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206b1d0
)
vfs: rename 'do_follow_link' to 'should_follow_link'
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 7 Aug 2011 16:53:20 +0000
(09:53 -0700)
committer
Linus 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