mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: test for fsync after adding hard link to a file
This test is motivated by an issue found in btrfs. It tests that after syncing the filesystem, adding a hard link to a file, syncing the filesystem again, doing a write to the file that increases its size and then doing a fsync against that file, durably persists the data written to the file. That is, after log/journal replay, the data is available. The btrfs issue is fixed by the commit titled: "Btrfs: fix fsync data loss after append write" Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
d48469086a
commit
3cc93641da
@@ -92,6 +92,7 @@
|
||||
087 perms auto quick
|
||||
088 perms auto quick
|
||||
089 metadata auto
|
||||
090 metadata auto quick
|
||||
091 rw auto quick
|
||||
092 auto quick prealloc
|
||||
093 attr cap udf auto
|
||||
|
||||
Reference in New Issue
Block a user