mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
hugetlbfs: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
bef41c267e
commit
18df225242
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue