diff options
Diffstat (limited to 'fs/ntfs/namei.c')
| -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 358273e59ad..436f36037e0 100644 --- a/fs/ntfs/namei.c +++ b/fs/ntfs/namei.c @@ -101,7 +101,7 @@   * Locking: Caller must hold i_mutex on the directory.   */  static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, -		struct nameidata *nd) +		unsigned int flags)  {  	ntfs_volume *vol = NTFS_SB(dir_ino->i_sb);  	struct inode *dent_inode;  |