ns: drop assert

Otherwise we warn when e.g., no namespaces are configured but the
initial namespace for is still around.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
Christian Brauner 2025-09-24 13:34:00 +02:00
parent 4055526d35
commit af075603f2
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ static void ns_debug(struct ns_common *ns, const struct proc_ns_operations *ops)
VFS_WARN_ON_ONCE(ops != &utsns_operations);
break;
#endif
default:
VFS_WARN_ON_ONCE(true);
}
}
#endif