Skip to content

Commit

Permalink
hugetlbfs: propagate umode_t
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent bef41c2 commit 18df225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hugetlbfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static struct inode *hugetlbfs_get_root(struct super_block *sb,

static struct inode *hugetlbfs_get_inode(struct super_block *sb,
struct inode *dir,
int mode, dev_t dev)
umode_t mode, dev_t dev)
{
struct inode *inode;

Expand Down

0 comments on commit 18df225

Please sign in to comment.