X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Ff2fs%2Facl.c;h=44abc2f286e00ad4ecff03e0293f80ab8d3d19fd;hb=8546dc1d4b671480961c3eaf4c0c102ae6848340;hp=137af4255da6dfab591e4d640821539663d01a7c;hpb=98b7ff9a4977e4f4f451c30288b197ad79e5ab7f;p=cascardo%2Flinux.git diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index 137af4255da6..44abc2f286e0 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -299,7 +299,7 @@ int f2fs_acl_chmod(struct inode *inode) struct f2fs_sb_info *sbi = F2FS_SB(inode->i_sb); struct posix_acl *acl; int error; - mode_t mode = get_inode_mode(inode); + umode_t mode = get_inode_mode(inode); if (!test_opt(sbi, POSIX_ACL)) return 0;