mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: add test for multiple fsync with adjacent preallocated extents
Test a scenario where we do several partial writes into multiple preallocated extents across two transactions and with several fsyncs in between. The goal is to check that the fsyncs succeed. Currently the last fsync fails with an -EIO error, and it aborts the current transaction. This issue is fixed by a patch with the following subject: "btrfs: fix fsync failure and transaction abort after writes to prealloc extents" Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -242,3 +242,4 @@
|
||||
237 auto quick zone balance
|
||||
238 auto quick seed trim
|
||||
239 auto quick log
|
||||
240 auto quick prealloc log
|
||||
|
||||
Reference in New Issue
Block a user