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: Mon, 13 Jan 2020 14:57:42 -0500 From: "Theodore Y. Ts'o" <tytso@....edu> To: Eric Biggers <ebiggers@...nel.org> Cc: linux-ext4@...r.kernel.org, linux-fscrypt@...r.kernel.org Subject: Re: [PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx On Tue, Dec 31, 2019 at 12:12:56PM -0600, Eric Biggers wrote: > From: Eric Biggers <ebiggers@...gle.com> > > Since allocating an object from a mempool never fails when > __GFP_DIRECT_RECLAIM (which is included in GFP_NOFS) is set, the check > for failure to allocate a bio_post_read_ctx is unnecessary. Remove it. > > Also remove the redundant assignment to ->bi_private. > > Signed-off-by: Eric Biggers <ebiggers@...gle.com> Thanks, applied. - Ted
Powered by blists - more mailing lists