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: <26a209c0-384f-9646-9700-adb48c83eac3@suse.com> Date: Tue, 3 Oct 2017 12:31:45 +0300 From: Nikolay Borisov <nborisov@...e.com> To: Zheng Lv <lv.zheng.2015@...il.com> Cc: linux-ext4@...r.kernel.org Subject: Re: [PATCH] ext4: Use symbolic constants for well-known pow 2 sizes On 3.10.2017 10:00, Zheng Lv wrote: >> No functional changes, just makes the code a bit more readable. Also fix 1 >> trailing whitespace > > I don't think so. > > AFAIK, SZ_16 is just 16, not (16 * 1024). XXX * 1024 should be replaced with > SZ_XXXk rather than SZ_XXX. True, I meant kilobytes and not bytes, so my bad. THe patch is buggy will redo it and resend. Thanks for spotting it. > > Cheers > Zheng Lv >
Powered by blists - more mailing lists