linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/ext4: remove MPAGE_DA_EXTENT_TAIL
@ 2020-01-15  9:51 Alex Shi
  2020-01-15 10:12 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Shi @ 2020-01-15  9:51 UTC (permalink / raw)
  Cc: Theodore Ts'o, Jan Kara, Andreas Dilger, linux-ext4, linux-kernel

After commit 4e7ea81db534 ("ext4: restructure writeback path"), this
macro isn't used anymore. so better to remove it.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: "Theodore Ts'o" <tytso@mit.edu> 
Cc: Jan Kara <jack@suse.cz>
Cc: Andreas Dilger <adilger.kernel@dilger.ca> 
Cc: linux-ext4@vger.kernel.org 
Cc: linux-kernel@vger.kernel.org 
---
 fs/ext4/inode.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 629a25d999f0..bb2d8c9205b7 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -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)
 {
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-15 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15  9:51 [PATCH] fs/ext4: remove MPAGE_DA_EXTENT_TAIL Alex Shi
2020-01-15 10:12 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).