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, 30 Aug 2021 23:04:28 -0400 From: "Theodore Ts'o" <tytso@....edu> To: Zhang Yi <yi.zhang@...wei.com> Cc: linux-ext4@...r.kernel.org, adilger.kernel@...ger.ca, jack@...e.cz, yukuai3@...wei.com Subject: Re: [PATCH v4 2/6] ext4: remove an unnecessary if statement in __ext4_get_inode_loc() On Thu, Aug 26, 2021 at 09:04:08PM +0800, Zhang Yi wrote: > The "if (!buffer_uptodate(bh))" hunk covered almost the whole code after > getting buffer in __ext4_get_inode_loc() which seems unnecessary, remove > it and switch to check ext4_buffer_uptodate(), it simplify code and make > it more readable. > > Signed-off-by: Zhang Yi <yi.zhang@...wei.com> > Reviewed-by: Jan Kara <jack@...e.cz> Thanks, applied. - Ted
Powered by blists - more mailing lists