[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1579602334-57039-1-git-send-email-alex.shi@linux.alibaba.com>
Date: Tue, 21 Jan 2020 18:25:34 +0800
From: Alex Shi <alex.shi@...ux.alibaba.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Jan Kara <jack@...e.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] fs/quota: remove unused macro
__QUOTA_V2_PARANOIA macro is never used. better to remove it.
Signed-off-by: Alex Shi <alex.shi@...ux.alibaba.com>
Cc: Jan Kara <jack@...e.com>
Cc: linux-kernel@...r.kernel.org
---
fs/quota/quota_v2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/quota/quota_v2.c b/fs/quota/quota_v2.c
index 53429c29c784..58fc2a7c7fd1 100644
--- a/fs/quota/quota_v2.c
+++ b/fs/quota/quota_v2.c
@@ -22,8 +22,6 @@
MODULE_DESCRIPTION("Quota format v2 support");
MODULE_LICENSE("GPL");
-#define __QUOTA_V2_PARANOIA
-
static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot);
static void v2r0_disk2memdqb(struct dquot *dquot, void *dp);
static int v2r0_is_id(void *dp, struct dquot *dquot);
--
1.8.3.1
Powered by blists - more mailing lists