diff options
author | Alex Shi <[email protected]> | 2020-01-21 18:25:34 +0800 |
---|---|---|
committer | Jan Kara <[email protected]> | 2020-01-21 17:22:00 +0100 |
commit | ed21c58eefa7a2f95c87c37677b51d5b480759b6 (patch) | |
tree | b799248d792fec6aebe9dcb7a6892cf8a7892655 | |
parent | 356557be8670ffdb6dc01cc2702e3614bcf64310 (diff) |
fs/quota: remove unused macro
__QUOTA_V2_PARANOIA macro is never used. better to remove it.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Shi <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: [email protected]
Signed-off-by: Jan Kara <[email protected]>
-rw-r--r-- | fs/quota/quota_v2.c | 2 |
1 files changed, 0 insertions, 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_AUTHOR("Jan Kara"); 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); |