switch vfs_mkdir() and ->mkdir() to umode_t
[deliverable/linux.git] / fs / fat / namei_vfat.c
index a87a65663c2593fca80a06425e27c48397df6d96..fde2eda6332e3a6b34904e84c3096c0275dda2e9 100644 (file)
@@ -870,7 +870,7 @@ out:
        return err;
 }
 
-static int vfat_mkdir(struct inode *dir, struct dentry *dentry, int mode)
+static int vfat_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
 {
        struct super_block *sb = dir->i_sb;
        struct inode *inode;
This page took 0.023923 seconds and 5 git commands to generate.