]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
vfstest: rename struct t_idmapped_mounts
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:41 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 00:59:31 +0000 (08:59 +0800)
commit2d642516a73f4a3321adbdd5d0ae64e4745908c7
tree3f6b4f69002bbbf1b6d07518bbdd76a0dca7d645
parent3607df35e440709406be70195effb6e07e5cae2b
vfstest: rename struct t_idmapped_mounts

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.

Rename the basic structure used for the tests from struct
t_idmapped_mounts to struct test_struct.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
src/vfs/utils.h
src/vfs/vfstest.c