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: <5112BB97.8040206@gmail.com> Date: Wed, 06 Feb 2013 12:22:47 -0800 From: Wang Shilong <wangshilong1991@...il.com> To: Jan Kara <jack@...e.cz> CC: linux-ext4@...r.kernel.org Subject: [PATCH 1/3] Ext2: remove the overhead check about sb in the function ext2_new_blocks From: Wang Shilong <wangsl-fnst@...fujitsu.com> It can be guranteed that inode->i_sb should not be null in vfs. So here the check about it is overhead. Signed-off-by: Wang Shilong <wangsl-fnst@...fujitsu.com> --- sorry about wrong format patch, i will resend it later. -- 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