ext4: mark block bitmap corrupted when found instead of BUGON
authorDmitry Monakhov <dmonakhov@gmail.com>
Tue, 10 Mar 2020 15:01:56 +0000 (15:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 14 Mar 2020 18:43:13 +0000 (14:43 -0400)
commiteb5760863fc28feab28b567ddcda7e667e638da0
tree283c772286b8fc38cfcc2505b7990c246512d3d8
parent47b1030612f4382a976be6aa2369cf5d973ca154
ext4: mark block bitmap corrupted when found instead of BUGON

We already has similar code in ext4_mb_complex_scan_group(), but
ext4_mb_simple_scan_group() still affected.

Other reports: https://www.spinics.net/lists/linux-ext4/msg60231.html

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Dmitry Monakhov <dmonakhov@gmail.com>
Link: https://lore.kernel.org/r/20200310150156.641-1-dmonakhov@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c