]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
src/vfs: rename idmapped-mounts.c file
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:40 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 00:58:47 +0000 (08:58 +0800)
commit3607df35e440709406be70195effb6e07e5cae2b
tree1a810ef12a5feec24155b15b38c97ef4c257029b
parent4cacbf7ae1010fc5500cb18672b00c560b9400bd
src/vfs: rename idmapped-mounts.c file

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 the source file from
idmapped-mounts.c to vfstest.c before we split it into multiple source
files in the next patches.

[Zorro: fix generic/689]

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
.gitignore
common/rc
src/vfs/Makefile
src/vfs/vfstest.c [moved from src/vfs/idmapped-mounts.c with 99% similarity]
tests/btrfs/245
tests/generic/633
tests/generic/644
tests/generic/645
tests/generic/656
tests/generic/689
tests/xfs/152