]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
overlay: create helper _overlay_scratch_mount_opts()
authorAmir Goldstein <amir73il@gmail.com>
Wed, 6 Dec 2023 12:18:57 +0000 (14:18 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 14 Jan 2024 12:39:09 +0000 (20:39 +0800)
commita5c3a12796cf965ccd5b87d4cff653c4350076ae
treebe4d30ed7eb7e2af6c66b9e8eaac7aaf3f02fe35
parent4fd042e0465c97ba84b244ca1018698f44bbf1db
overlay: create helper _overlay_scratch_mount_opts()

The new overlayfs mount options lowerdir+,datadir+ don't fit well
into any of the existing _overlay_scratch_mount* helpers.
Add this new helper to reduce a common pattern of custom mount options.

Suggested-by: Zorro Lang <zlang@kernel.org>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/overlay
tests/overlay/011
tests/overlay/035
tests/overlay/052
tests/overlay/053
tests/overlay/062
tests/overlay/079
tests/overlay/085