aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/statmount/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2024-06-28selftests: add a test for the foreign mnt ns extensionsJosef Bacik1-1/+1
This tests both statmount and listmount to make sure they work with the extensions that allow us to specify a mount ns to enter in order to find the mount entries. Signed-off-by: Josef Bacik <[email protected]> Link: https://lore.kernel.org/r/2d1a35bc9ab94b4656c056c420f25e429e7eb0b1.1719243756.git.josef@toxicpanda.com Signed-off-by: Christian Brauner <[email protected]>
2023-12-14add selftest for statmount/listmountMiklos Szeredi1-0/+6
Initial selftest for the new statmount() and listmount() syscalls. Signed-off-by: Miklos Szeredi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>