]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
src: rename idmapped-mounts folder
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:39 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 00:52:27 +0000 (08:52 +0800)
commit4cacbf7ae1010fc5500cb18672b00c560b9400bd
tree9b405f377adad3f6e54b57223d5fcba9d47799a6
parent90c001261171da58c6ea47c1bafb8dd3e0e12963
src: rename idmapped-mounts folder

The idmapped mounts test suite has grown to cover a lot of generic vfs
functionality that is not concerned with idmapped mounts at all.

As was discussed upstream it's time to rename it to something that
reflects its generic nature. So rename it from idmapped-mounts to vfs.

[Zorro: fix generic/689 and add it into idmapped test group]

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
19 files changed:
.gitignore
common/rc
src/Makefile
src/detached_mounts_propagation.c
src/feature.c
src/vfs/Makefile [moved from src/idmapped-mounts/Makefile with 86% similarity]
src/vfs/idmapped-mounts.c [moved from src/idmapped-mounts/idmapped-mounts.c with 100% similarity]
src/vfs/missing.h [moved from src/idmapped-mounts/missing.h with 100% similarity]
src/vfs/mount-idmapped.c [moved from src/idmapped-mounts/mount-idmapped.c with 100% similarity]
src/vfs/utils.c [moved from src/idmapped-mounts/utils.c with 100% similarity]
src/vfs/utils.h [moved from src/idmapped-mounts/utils.h with 100% similarity]
tests/btrfs/245
tests/generic/633
tests/generic/644
tests/generic/645
tests/generic/656
tests/generic/689
tests/xfs/152
tests/xfs/153