]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
ext4/059: disable block_validity checks when mounting a corrupted file system
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 Aug 2023 14:56:21 +0000 (10:56 -0400)
committerZorro Lang <zlang@kernel.org>
Fri, 21 Jun 2024 16:38:24 +0000 (00:38 +0800)
commit0d4d97d9dca200a3972ec036f78bfe9747ffa7c2
tree6f30a2db95b909383d8f083654da831df0d10301
parentc378a48b6bc482773f8d9845117ab70e97101566
ext4/059: disable block_validity checks when mounting a corrupted file system

Kernels with the commit "ext4: add correct group descriptors and
reserved GDT blocks to system zone" will refuse to mount the corrupted
file system constructed by this test.  So in order to perform the
test, we need to disable the block_validity checks.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-and-tested-by: Baokun Li <libaokun1@huawei.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ext4/059