diff mbox series

[1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL

Message ID 20200101093631.24339-1-riteshh@linux.ibm.com
State Rejected
Headers show
Series [1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL | expand

Commit Message

Ritesh Harjani Jan. 1, 2020, 9:36 a.m. UTC
Remove unsed 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>
---
 fs/ext4/inode.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Ritesh Harjani Jan. 1, 2020, 9:46 a.m. UTC | #1
NACK. Ignore this.
Will correct the spelling mistake in commit subject (unused)
and will resend it.

-riteshh

On 1/1/20 3:06 PM, Ritesh Harjani wrote:
> Remove unsed 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>
> ---
>   fs/ext4/inode.c | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
> index 748a9e6baab1..b1249e82e57c 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)
>   {
>
diff mbox series

Patch

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 748a9e6baab1..b1249e82e57c 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)
 {