Unverified Commit af075603 authored by Christian Brauner's avatar Christian Brauner
Browse files

ns: drop assert



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

Reviewed-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 4055526d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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