commit | e021d7b7fd364e0ad1b8d65af80995c72f321419 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 26 03:26:05 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:09 2012 -0500 |
tree | 74a1a639e7b8aac25bb8515c3efd9ceb8234da53 | |
parent | 5206efd62ce49cf5c7940d81c22bc556fc843de2 [diff] [blame] |
hfs: propagate umode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c index a1a9fdc..737dbeb 100644 --- a/fs/hfs/inode.c +++ b/fs/hfs/inode.c
@@ -169,7 +169,7 @@ /* * hfs_new_inode */ -struct inode *hfs_new_inode(struct inode *dir, struct qstr *name, int mode) +struct inode *hfs_new_inode(struct inode *dir, struct qstr *name, umode_t mode) { struct super_block *sb = dir->i_sb; struct inode *inode = new_inode(sb);