X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Ff2fs%2Facl.c;h=b7826ec1b47062fdb30891192b42a8dbf5e20788;hb=a84270189e2afc7028b1123415a66d444f460977;hp=44abc2f286e00ad4ecff03e0293f80ab8d3d19fd;hpb=ac4e01093f6d7b051c5d6a3e61ea5337774ac36a;p=~andy%2Flinux diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index 44abc2f286e..b7826ec1b47 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -250,7 +250,7 @@ static int f2fs_set_acl(struct inode *inode, int type, struct posix_acl *acl) } } - error = f2fs_setxattr(inode, name_index, "", value, size); + error = f2fs_setxattr(inode, name_index, "", value, size, NULL); kfree(value); if (!error)