]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Make extents code sanely handle on-disk corruption
authorAlex Tomas <alex@clusterfs.com>
Wed, 18 Jul 2007 13:19:09 +0000 (09:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Jul 2007 13:19:09 +0000 (09:19 -0400)
commit2941be6fb298213148c87cd0b74cdbcc40084c6f
treec2d2edc01981892014cfb17fca499a6f2913384d
parent02ac70299fe0236c42066787d772ab4273e0a0fc
ext4: Make extents code sanely handle on-disk corruption

Add more run-time checking of extent header fields and remove BUG_ON
checks so we don't panic the kernel just because the on-disk filesystem
is corrupted.

Signed-off-by: Alex Tomas <alex@clusterfs.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c