Skip to content

Commit e128d51

Browse files
riteshharjanitytso
authored andcommitted
ext4: remove unused macro MPAGE_DA_EXTENT_TAIL
Remove unused macro MPAGE_DA_EXTENT_TAIL which is no more used after below commit 4e7ea81 ("ext4: restructure writeback path") Signed-off-by: Ritesh Harjani <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent de74548 commit e128d51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/ext4/inode.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848

4949
#include <trace/events/ext4.h>
5050

51-
#define MPAGE_DA_EXTENT_TAIL 0x01
52-
5351
static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw,
5452
struct ext4_inode_info *ei)
5553
{

0 commit comments

Comments
 (0)