diff options
Diffstat (limited to 'kernel/fs/ntfs/namei.c')
-rw-r--r-- | kernel/fs/ntfs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fs/ntfs/namei.c b/kernel/fs/ntfs/namei.c index 0f35b80d1..443abecf0 100644 --- a/kernel/fs/ntfs/namei.c +++ b/kernel/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 |