Loading
selftests/empty_mntns: fix wrong CLONE_EMPTY_MNTNS hex value in comment
CLONE_EMPTY_MNTNS is (1ULL << 37) = 0x2000000000ULL, not 0x400000000ULL. Fixes: 5b8ffd63 ("selftests/filesystems: add clone3 tests for empty mount namespaces") Signed-off-by:Christian Brauner <brauner@kernel.org>