mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
200ee9e93b
This test verifies that XFS does not cause inode fork's extent count to overflow when swapping forks across two files. Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: Chandan Babu R <chandanrlinux@gmail.com>
14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
QA output created by 537
|
|
* Swap extent forks
|
|
Format and mount fs
|
|
Create $donorfile having an extent of length 67 blocks
|
|
Fragment $donorfile
|
|
Create $srcfile having an extent of length 18 blocks
|
|
Fragment $srcfile
|
|
Collect $donorfile's extent count
|
|
Collect $srcfile's extent count
|
|
Inject reduce_max_iextents error tag
|
|
Swap $srcfile's and $donorfile's extent forks
|
|
Check for $donorfile's extent count overflow
|
|
Check for $srcfile's extent count overflow
|