mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
77847f3e44
- file A and B are hardlinked in lower - modify A to trigger copy up and index lower - unlink A and mount cycle - check that B still contains the modified data Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
QA output created by 047
|
|
== Before copy up ==
|
|
zero
|
|
== After write one ==
|
|
zero
|
|
one
|
|
== After unlink one ==
|
|
zero
|
|
one
|
|
== After mount cycle ==
|
|
zero
|
|
one
|
|
== After write two ==
|
|
zero
|
|
one
|
|
two
|