Commit 18df22524202ebd3416f391393e5aa986a31dc9d

Authored by Al Viro
1 parent bef41c267e

hugetlbfs: propagate umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

fs/hugetlbfs/inode.c
... ... @@ -472,7 +472,7 @@
472 472  
473 473 static struct inode *hugetlbfs_get_inode(struct super_block *sb,
474 474 struct inode *dir,
475   - int mode, dev_t dev)
  475 + umode_t mode, dev_t dev)
476 476 {
477 477 struct inode *inode;
478 478