stop passing nameidata to ->lookup()
[deliverable/linux.git] / fs / fat / namei_msdos.c
index c5938c9084b9796794626d4dc08bd42c0030b283..47c608b0529409d872599fb53f776c4ec6b488a2 100644 (file)
@@ -201,7 +201,7 @@ static const struct dentry_operations msdos_dentry_operations = {
 
 /***** Get inode using directory and name */
 static struct dentry *msdos_lookup(struct inode *dir, struct dentry *dentry,
-                                  struct nameidata *nd)
+                                  unsigned int flags)
 {
        struct super_block *sb = dir->i_sb;
        struct fat_slot_info sinfo;
This page took 0.024407 seconds and 5 git commands to generate.