diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-12 08:29:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-15 01:10:37 -0400 |
commit | 89076bc31950eee576ecc06460c23466e2d50939 (patch) | |
tree | 36d780bb1431ff5312c6ca5ec147d895c6eacbdf /fs/9p/vfs_inode.c | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 (diff) | |
download | linux-89076bc31950eee576ecc06460c23466e2d50939.tar.gz linux-89076bc31950eee576ecc06460c23466e2d50939.tar.bz2 linux-89076bc31950eee576ecc06460c23466e2d50939.zip |
get rid of assorted nameidata-related debris
pointless forward declarations, stale comments
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r-- | fs/9p/vfs_inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 271f51af2f75..510040b04c96 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c @@ -1226,8 +1226,7 @@ ino_t v9fs_qid2ino(struct p9_qid *qid) /** * v9fs_vfs_follow_link - follow a symlink path * @dentry: dentry for symlink - * @nd: nameidata - * + * @cookie: place to pass the data to put_link() */ static const char *v9fs_vfs_follow_link(struct dentry *dentry, void **cookie) |