X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Ffat%2Fnamei_vfat.c;h=fde2eda6332e3a6b34904e84c3096c0275dda2e9;hb=18bb1db3e7607e4a997d50991a6f9fa5b0f8722c;hp=a87a65663c2593fca80a06425e27c48397df6d96;hpb=d6748066ad0e8b2514545998f8367ebb3906f299;p=deliverable%2Flinux.git diff --git a/fs/fat/namei_vfat.c b/fs/fat/namei_vfat.c index a87a65663c25..fde2eda6332e 100644 --- a/fs/fat/namei_vfat.c +++ b/fs/fat/namei_vfat.c @@ -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;