From: Christoph Hellwig Date: Mon, 9 Sep 2013 14:16:41 +0000 (-0700) Subject: fs: remove vfs_follow_link X-Git-Tag: v3.12-rc1~25^2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac34df11791d25417f7d756dc277b6f95996b47;p=pandora-kernel.git fs: remove vfs_follow_link For a long time no filesystem has been using vfs_follow_link, and as seen by recent filesystem submissions any new use is accidental as well. Remove vfs_follow_link, document the replacement in Documentation/filesystems/porting and also rename __vfs_follow_link to match its only caller better. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed