[<prev] [next>] [day] [month] [year] [list]
Message-ID: <79ce9102.1cb.15724eb9757.Coremail.kernelpatch@126.com>
Date: Wed, 14 Sep 2016 03:00:02 +0800 (CST)
From: "Tiezhu Yang" <kernelpatch@....com>
To: jaegeuk@...nel.org
Cc: linux-f2fs-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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@....com>
---
fs/f2fs/acl.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/f2fs/acl.h b/fs/f2fs/acl.h
index b2334d1..2c68518 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
--
1.8.3.1
Powered by blists - more mailing lists