diff options
Diffstat (limited to 'fs/f2fs/acl.h')
-rw-r--r-- | fs/f2fs/acl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/f2fs/acl.h b/fs/f2fs/acl.h index 80f430674417..3839048f2e96 100644 --- a/fs/f2fs/acl.h +++ b/fs/f2fs/acl.h | |||
@@ -36,9 +36,9 @@ struct f2fs_acl_header { | |||
36 | 36 | ||
37 | #ifdef CONFIG_F2FS_FS_POSIX_ACL | 37 | #ifdef CONFIG_F2FS_FS_POSIX_ACL |
38 | 38 | ||
39 | extern struct posix_acl *f2fs_get_acl(struct inode *inode, int type); | 39 | extern struct posix_acl *f2fs_get_acl(struct inode *, int); |
40 | extern int f2fs_acl_chmod(struct inode *inode); | 40 | extern int f2fs_acl_chmod(struct inode *); |
41 | extern int f2fs_init_acl(struct inode *inode, struct inode *dir); | 41 | extern int f2fs_init_acl(struct inode *, struct inode *); |
42 | #else | 42 | #else |
43 | #define f2fs_check_acl NULL | 43 | #define f2fs_check_acl NULL |
44 | #define f2fs_get_acl NULL | 44 | #define f2fs_get_acl NULL |