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/ntfs | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 (diff) |
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/ntfs')
-rw-r--r-- | fs/ntfs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/namei.c b/fs/ntfs/namei.c index 0f35b80d17fe..443abecf01b7 100644 --- a/fs/ntfs/namei.c +++ b/fs/ntfs/namei.c | |||
@@ -35,7 +35,7 @@ | |||
35 | * ntfs_lookup - find the inode represented by a dentry in a directory inode | 35 | * ntfs_lookup - find the inode represented by a dentry in a directory inode |
36 | * @dir_ino: directory inode in which to look for the inode | 36 | * @dir_ino: directory inode in which to look for the inode |
37 | * @dent: dentry representing the inode to look for | 37 | * @dent: dentry representing the inode to look for |
38 | * @nd: lookup nameidata | 38 | * @flags: lookup flags |
39 | * | 39 | * |
40 | * In short, ntfs_lookup() looks for the inode represented by the dentry @dent | 40 | * In short, ntfs_lookup() looks for the inode represented by the dentry @dent |
41 | * in the directory inode @dir_ino and if found attaches the inode to the | 41 | * in the directory inode @dir_ino and if found attaches the inode to the |