diff options
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 |