From: Kaixu Xia Date: Thu, 12 Nov 2020 06:56:42 +0000 (+0800) Subject: ext4: remove the unused EXT4_CURRENT_REV macro X-Git-Tag: microblaze-v5.12~20^2~14 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=03505c58b86a5ca9bff2a9d611c2fe95dc14f707;p=linux-2.6-microblaze.git ext4: remove the unused EXT4_CURRENT_REV macro There are no callers of the EXT4_CURRENT_REV macro, so remove it. Signed-off-by: Kaixu Xia Reviewed-by: Jan Kara Link: https://lore.kernel.org/r/1605164202-31120-1-git-send-email-kaixuxia@tencent.com Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index cd95965be3d1..264d3a092c7d 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1868,7 +1868,6 @@ static inline bool ext4_verity_in_progress(struct inode *inode) #define EXT4_GOOD_OLD_REV 0 /* The good old (original) format */ #define EXT4_DYNAMIC_REV 1 /* V2 format w/ dynamic inode sizes */ -#define EXT4_CURRENT_REV EXT4_GOOD_OLD_REV #define EXT4_MAX_SUPP_REV EXT4_DYNAMIC_REV #define EXT4_GOOD_OLD_INODE_SIZE 128