aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/acl.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2013-10-28 13:12:09 +0900
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-10-28 13:38:21 +0900
commitb8b60e1a65893728ca868493cb4c4b64b55e7f9c (patch)
tree8ddbb5ef30fcf2295e4e264234629e2cce220ad8 /fs/f2fs/acl.h
parentf2fs: remove unnecessary segment bitmap updates (diff)
downloadlinux-dev-b8b60e1a65893728ca868493cb4c4b64b55e7f9c.tar.xz
linux-dev-b8b60e1a65893728ca868493cb4c4b64b55e7f9c.zip
f2fs: clean up acl flow for better readability
This patch cleans up a couple of acl codes. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/acl.h')
-rw-r--r--fs/f2fs/acl.h6
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 {
#ifdef CONFIG_F2FS_FS_POSIX_ACL
-extern struct posix_acl *f2fs_get_acl(struct inode *inode, int type);
-extern int f2fs_acl_chmod(struct inode *inode);
-extern int f2fs_init_acl(struct inode *inode, struct inode *dir);
+extern struct posix_acl *f2fs_get_acl(struct inode *, int);
+extern int f2fs_acl_chmod(struct inode *);
+extern int f2fs_init_acl(struct inode *, struct inode *);
#else
#define f2fs_check_acl NULL
#define f2fs_get_acl NULL