Merge branch 'stat-cleanups' (clean up copying of stat info to user space)
[firefly-linux-kernel-4.4.55.git] / fs / exofs / inode.c
index f6dbf7768ce6c7a2e7bc243fc56bd2bf57e5886a..ea5e1f97806a7dc284e11cb1f1185981361d4e08 100644 (file)
@@ -1276,7 +1276,7 @@ static void create_done(struct ore_io_state *ios, void *p)
 /*
  * Set up a new inode and create an object for it on the OSD
  */
-struct inode *exofs_new_inode(struct inode *dir, int mode)
+struct inode *exofs_new_inode(struct inode *dir, umode_t mode)
 {
        struct super_block *sb = dir->i_sb;
        struct exofs_sb_info *sbi = sb->s_fs_info;