mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-10-13 22:27:36 +10:00
Add a sample program illustrating how to list all mounts in all mount namespaces. Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-10-6e3cdaf9b280@kernel.org Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
userprogs-always-y += test-fsmount test-statx mountinfo test-list-all-mounts
|
|
|
|
userccflags += -I usr/include
|