diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 11:26:05 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-04 07:55:09 +0400 |
commit | e021d7b7fd364e0ad1b8d65af80995c72f321419 (patch) | |
tree | 74a1a639e7b8aac25bb8515c3efd9ceb8234da53 /fs/hfs/inode.c | |
parent | 5206efd62ce49cf5c7940d81c22bc556fc843de2 (diff) | |
download | linux-e021d7b7fd364e0ad1b8d65af80995c72f321419.tar.xz |
hfs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hfs/inode.c')
-rw-r--r-- | fs/hfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c index a1a9fdcd2a00..737dbeb64320 100644 --- a/fs/hfs/inode.c +++ b/fs/hfs/inode.c @@ -169,7 +169,7 @@ const struct address_space_operations hfs_aops = { /* * 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); |