mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y
@ 2002-11-21  7:17 Bryan O'Sullivan
  2002-11-21 15:56 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan O'Sullivan @ 2002-11-21  7:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: jdike

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

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

[-- Attachment #2: 2.5.48-um-nfsd.patch --]
[-- Type: text/plain, Size: 556 bytes --]

==== //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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y
  2002-11-21  7:17 [PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y Bryan O'Sullivan
@ 2002-11-21 15:56 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2002-11-21 15:56 UTC (permalink / raw)
  To: Bryan O'Sullivan; +Cc: linux-kernel

bos@serpentine.com said:
> 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. 

Thanks, I already had this fix in my pool.

				Jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-21 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-21  7:17 [PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y Bryan O'Sullivan
2002-11-21 15:56 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®