exofs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user