]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
overlay: add test for persistent unique fsid
authorAmir Goldstein <amir73il@gmail.com>
Sun, 3 Sep 2023 07:54:11 +0000 (10:54 +0300)
committerZorro Lang <zlang@kernel.org>
Wed, 20 Sep 2023 07:49:54 +0000 (15:49 +0800)
commit6f5c1dcbb72390c226214787a79d340e392bcc58
treec760f1ef01493629be095858650fbe86ef5990ad
parent5267463070c58e3202f75d6146bf8f5287a84cef
overlay: add test for persistent unique fsid

Test overlayfs fsid behavior with new mount options uuid=null/on
that were introduced in kernel v6.6:

- Test inherited upper fs fsid with mount option uuid=off/null
- Test uuid=null behavior for existing overlayfs by default
- Test persistent unique fsid with mount option uuid=on
- Test uuid=on behavior for new overlayfs by default

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/overlay/081 [new file with mode: 0755]
tests/overlay/081.out [new file with mode: 0644]