Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <kernelpatch@126.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

authored by

Tiezhu Yang and committed by
Jaegeuk Kim
49ed09dd d95fd91c

-1
-1
fs/f2fs/acl.h
··· 41 41 extern int f2fs_init_acl(struct inode *, struct inode *, struct page *, 42 42 struct page *); 43 43 #else 44 - #define f2fs_check_acl NULL 45 44 #define f2fs_get_acl NULL 46 45 #define f2fs_set_acl NULL 47 46