mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Test that forward and backward iteration works correctly. Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-8-6e3cdaf9b280@kernel.org Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
TEST_GEN_PROGS := owner pidns iterate_mntns
|
|
|
|
CFLAGS := -Wall -Werror
|
|
|
|
include ../../lib.mk
|