commit | bef41c267e2b903f411c0f56236027f68553b721 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 26 03:07:49 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:05 2012 -0500 |
tree | ebbf53837c19c3dd55081b770f76e9a4aec9b001 | |
parent | c6e49e3f266dbe62773941dca8afa65f53b5415f [diff] [blame] |
exofs: propagate umode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index f6dbf77..ea5e1f9 100644 --- a/fs/exofs/inode.c +++ b/fs/exofs/inode.c
@@ -1276,7 +1276,7 @@ /* * 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;