Loading kernel/nscommon.c +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
kernel/nscommon.c +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading