commit | 4aa32895c3f924c34b9275ca28be534a8a0c624b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Sep 09 07:16:41 2013 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 10 17:06:45 2013 -0400 |
tree | 0a0becb7fdff62056c065b9223058f0285fd5bf5 | |
parent | b05430fc9341fea7a6228a3611c850a476809596 [diff] |
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 <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>