lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 1 Jan 2020 15:16:52 +0530 From: Ritesh Harjani <riteshh@...ux.ibm.com> To: linux-ext4@...r.kernel.org Cc: ebiggers@...nel.org, jack@...e.cz, tytso@....edu Subject: Re: [PATCH 1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL 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@...ux.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) > { >
Powered by blists - more mailing lists