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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20240102130344.a3tbpf7sftmrfjbw@quack3> Date: Tue, 2 Jan 2024 14:03:44 +0100 From: Jan Kara <jack@...e.cz> To: Kemeng Shi <shikemeng@...weicloud.com> Cc: tytso@....edu, adilger.kernel@...ger.ca, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 4/8] ext4: remove unused ext4_allocation_context::ac_groups_considered On Sun 26-11-23 00:11:39, Kemeng Shi wrote: > Remove unused ext4_allocation_context::ac_groups_considered > > Signed-off-by: Kemeng Shi <shikemeng@...weicloud.com> Hum, indeed. Feel free to add: Reviewed-by: Jan Kara <jack@...e.cz> Honza > --- > fs/ext4/mballoc.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h > index d7aeb5da7..56938532b 100644 > --- a/fs/ext4/mballoc.h > +++ b/fs/ext4/mballoc.h > @@ -192,7 +192,6 @@ struct ext4_allocation_context { > */ > ext4_grpblk_t ac_orig_goal_len; > > - __u32 ac_groups_considered; > __u32 ac_flags; /* allocation hints */ > __u16 ac_groups_scanned; > __u16 ac_groups_linear_remaining; > -- > 2.30.0 > > -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists