mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: test a regression in dquot type checking
This is a regression test for incorrect ondisk dquot type checking that was introduced in Linux 5.9. The bug is that we can no longer switch a V4 filesystem from having group quotas to having project quotas (or vice versa) without logging corruption errors. That is a valid use case, so add a regression test to ensure this can be done. [Eryu: add _require_check_dmesg and print the 'corruption' dmesg] Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
f961a4b9fe
commit
08a617f21d
@@ -524,3 +524,4 @@
|
||||
524 auto quick mkfs
|
||||
525 auto quick mkfs
|
||||
526 auto quick mkfs
|
||||
527 auto quick quota
|
||||
|
||||
Reference in New Issue
Block a user