ext4: remove unused macro MPAGE_DA_EXTENT_TAIL
authorRitesh Harjani <riteshh@linux.ibm.com>
Wed, 1 Jan 2020 09:51:37 +0000 (15:21 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 21:24:55 +0000 (16:24 -0500)
Remove unused macro MPAGE_DA_EXTENT_TAIL which
is no more used after below commit
4e7ea81d ("ext4: restructure writeback path")

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200101095137.25656-1-riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c

index 3d0efb4..3313168 100644 (file)
@@ -48,8 +48,6 @@
 
 #include <trace/events/ext4.h>
 
-#define MPAGE_DA_EXTENT_TAIL 0x01
-
 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw,
                              struct ext4_inode_info *ei)
 {