From: Tiezhu Yang Date: Tue, 13 Sep 2016 19:00:02 +0000 (+0800) Subject: f2fs: remove dead code f2fs_check_acl X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49ed09dd85e58a758557087a0abb330591e983cc;p=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 b2334d11dae80..2c685185c24db 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