From: Tiezhu Yang Date: Tue, 13 Sep 2016 19:00:02 +0000 (+0800) Subject: f2fs: remove dead code f2fs_check_acl X-Git-Tag: v4.9-rc1~105^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49ed09dd85e58a758557087a0abb330591e983cc;p=karo-tx-linux.git f2fs: remove dead code f2fs_check_acl 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 Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/acl.h b/fs/f2fs/acl.h index b2334d11dae8..2c685185c24d 100644 --- a/fs/f2fs/acl.h +++ b/fs/f2fs/acl.h @@ -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