f2fs: remove dead code f2fs_check_acl
authorTiezhu Yang <kernelpatch@126.com>
Tue, 13 Sep 2016 19:00:02 +0000 (03:00 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 14 Sep 2016 23:52:36 +0000 (16:52 -0700)
The macro f2fs_check_acl is defined but never used since
the initial commit, this patch removes the code that has
been dead for several years.

Signed-off-by: Tiezhu Yang <kernelpatch@126.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.h

index b2334d11dae8036bd5261abd476005a7a23886fb..2c685185c24db6823f11536fdc6d79155e449123 100644 (file)
@@ -41,7 +41,6 @@ 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
-#define f2fs_check_acl NULL
 #define f2fs_get_acl   NULL
 #define f2fs_set_acl   NULL