mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4: check mount's handling for very large s_first_meta_bg
On ext4 filesystem, the kernel carshes at mount time when s_first_meta_bg's value exceeds the largest possible meta_bg number. This kernel bug has been fixed in: 3a4b77c ext4: validate s_first_meta_bg at mount time [eguan: add comments on the first_meta_bg value] Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
022 auto quick attr dangerous
|
||||
023 auto quick scrub
|
||||
024 auto quick encrypt dangerous
|
||||
025 auto quick fuzzers dangerous
|
||||
271 auto rw quick
|
||||
301 aio auto ioctl rw stress defrag
|
||||
302 aio auto ioctl rw stress defrag
|
||||
|
||||
Reference in New Issue
Block a user