From bd1b7b509e0a6fb25a06184082dc20b172f211b9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 1 Oct 2004 17:47:57 +0000 Subject: [PATCH] - export vx_debug_nid and vx_debug_xid which are necessary if, for instance, af_packet.o is compiled as a module --- kernel/vserver/sysctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/vserver/sysctl.c b/kernel/vserver/sysctl.c index 298c62f18..e1f2cacc7 100644 --- a/kernel/vserver/sysctl.c +++ b/kernel/vserver/sysctl.c @@ -200,4 +200,6 @@ static ctl_table vserver_table[] = { EXPORT_SYMBOL_GPL(vx_debug_dlim); +EXPORT_SYMBOL_GPL(vx_debug_nid); +EXPORT_SYMBOL_GPL(vx_debug_xid); -- 2.47.0