From: Linus Torvalds Date: Sun, 7 Aug 2011 16:53:20 +0000 (-0700) Subject: vfs: rename 'do_follow_link' to 'should_follow_link' X-Git-Tag: v3.1-rc1~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7813b94a54987571082ff19e9d87eabbfec23b4e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed