X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Ff2fs%2Facl.h;h=b2334d11dae8036bd5261abd476005a7a23886fb;hb=44cee85a8824464e7e951e590243c2a85d79c494;hp=997ca8edb6cbf3403321b695a66c3ce1281a7966;hpb=dacff834fa20b213c258175b7745a55eb35ea5b3;p=cascardo%2Flinux.git diff --git a/fs/f2fs/acl.h b/fs/f2fs/acl.h index 997ca8edb6cb..b2334d11dae8 100644 --- a/fs/f2fs/acl.h +++ b/fs/f2fs/acl.h @@ -37,7 +37,7 @@ struct f2fs_acl_header { #ifdef CONFIG_F2FS_FS_POSIX_ACL extern struct posix_acl *f2fs_get_acl(struct inode *, int); -extern int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type); +extern int f2fs_set_acl(struct inode *, struct posix_acl *, int); extern int f2fs_init_acl(struct inode *, struct inode *, struct page *, struct page *); #else