| 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: <20130327030555.GB5861@thunk.org> Date: Tue, 26 Mar 2013 23:05:55 -0400 From: Theodore Ts'o <tytso@....edu> To: Lukas Czerner <lczerner@...hat.com> Cc: linux-ext4@...r.kernel.org Subject: Re: [PATCH 1/2] ext4: Make ext4_block_in_group() much more efficient On Mon, Mar 25, 2013 at 11:24:10AM +0100, Lukas Czerner wrote: > + actual_group = (le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block) + > + block) >> > + (EXT4_BLOCK_SIZE_BITS(sb) + EXT4_CLUSTER_BITS(sb) + 3); The problem with this change is that you are assuming that the number of blocks per group is equal to block_size * 8. This is not always the case; a nonstandard number of blocks per group can be set using mke2fs's -g option. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists