]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/hfsplus/dir.c
switch vfs_mkdir() and ->mkdir() to umode_t
[mirror_ubuntu-zesty-kernel.git] / fs / hfsplus / dir.c
index 4536cd3f15aea783282e1158b280127c7565aa0e..ed321f0384d72dc9129ea4ee08f28e9bcaa1e58b 100644 (file)
@@ -459,7 +459,7 @@ static int hfsplus_create(struct inode *dir, struct dentry *dentry, int mode,
        return hfsplus_mknod(dir, dentry, mode, 0);
 }
 
-static int hfsplus_mkdir(struct inode *dir, struct dentry *dentry, int mode)
+static int hfsplus_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
 {
        return hfsplus_mknod(dir, dentry, mode | S_IFDIR, 0);
 }