From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760135AbcIMTbs (ORCPT ); Tue, 13 Sep 2016 15:31:48 -0400 Received: from m15-63.126.com ([220.181.15.63]:7691 "EHLO m15-63.126.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759605AbcIMTbr (ORCPT ); Tue, 13 Sep 2016 15:31:47 -0400 X-Greylist: delayed 1889 seconds by postgrey-1.27 at vger.kernel.org; Tue, 13 Sep 2016 15:31:46 EDT X-Originating-IP: [101.254.155.124] Date: Wed, 14 Sep 2016 03:00:02 +0800 (CST) From: "Tiezhu Yang" To: jaegeuk@kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH] f2fs: remove dead code f2fs_check_acl X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20160420(83524.8626) Copyright (c) 2002-2016 www.mailtech.cn 126com Content-Type: text/plain; charset=GBK MIME-Version: 1.0 Message-ID: <79ce9102.1cb.15724eb9757.Coremail.kernelpatch@126.com> X-Coremail-Locale: zh_CN X-CM-TRANSID: P8qowABnp92zTNhXVy4yAA--.7174W X-CM-SenderInfo: xnhu0vxosd3ubk6rjloofrz/1tbigRfX9Vc1mxIZywACsP X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u8DJVt72025376 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 --- 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