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) | |
| download | linux-89076bc31950eee576ecc06460c23466e2d50939.tar.bz2 | |
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 @@   * ntfs_lookup - find the inode represented by a dentry in a directory inode   * @dir_ino:	directory inode in which to look for the inode   * @dent:	dentry representing the inode to look for - * @nd:		lookup nameidata + * @flags:	lookup flags   *   * In short, ntfs_lookup() looks for the inode represented by the dentry @dent   * in the directory inode @dir_ino and if found attaches the inode to the |