mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
004a78036e
Test that when two lower hardlinks are copied up, they end up as two upper hardlinks of the same upper inode. Drop caches before copy up so there is no knowledge of the copied up hardlink in inode/dcache. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
22 lines
186 B
Plaintext
22 lines
186 B
Plaintext
QA output created by 018
|
|
== Before copy up ==
|
|
zero
|
|
zero
|
|
== After write one ==
|
|
zero
|
|
one
|
|
zero
|
|
one
|
|
== After mount cycle ==
|
|
zero
|
|
one
|
|
zero
|
|
one
|
|
== After write two ==
|
|
zero
|
|
one
|
|
two
|
|
zero
|
|
one
|
|
two
|