Files
apfstests/tests/overlay/018.out
T
Amir Goldstein 004a78036e overlay/018: test lower hardlinks re-unite on copy up
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>
2017-07-06 13:38:59 +08:00

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