[PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y

From: Bryan O'Sullivan (bos@serpentine.com)
Date: Thu Nov 21 2002 - 02:17:10 EST


There's a typo in the user-mode-linux syscall table that causes a
compilation failure with the NFS server enabled. The attached patch
applies to BK-current and fixes the problem.

        <b


==== //depot/linux-2.5-bos/arch/um/kernel/sys_call_table.c#1 - /export/bos/p4/linux-2.5-bos/arch/um/kernel/sys_call_table.c ====
Index: linux-2.5-bos/arch/um/kernel/sys_call_table.c
--- linux-2.5-bos/arch/um/kernel/sys_call_table.c.~1~ Wed Nov 20 21:45:28 2002
+++ linux-2.5-bos/arch/um/kernel/sys_call_table.c Wed Nov 20 21:45:28 2002
@@ -238,7 +238,7 @@
 extern syscall_handler_t sys_remap_file_pages;
 
 #if CONFIG_NFSD
-#define NFSSERVCTL sys_nfsserctl
+#define NFSSERVCTL sys_nfsservctl
 #else
 #define NFSSERVCTL sys_ni_syscall
 #endif
End of Patch.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:35 EST