mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Bryan O'Sullivan" <bos@serpentine.com>
To: linux-kernel@vger.kernel.org
Cc: jdike@karaya.com
Subject: [PATCH] Get 2.5.48 UML to compile with CONFIG_NFSD=y
Date: 20 Nov 2002 23:17:10 -0800	[thread overview]
Message-ID: <1037863030.13803.5.camel@camp4.serpentine.com> (raw)

[-- 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.

             reply	other threads:[~2002-11-21  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-21  7:17 Bryan O'Sullivan [this message]
2002-11-21 15:56 ` Jeff Dike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1037863030.13803.5.camel@camp4.serpentine.com \
    --to=bos@serpentine.com \
    --cc=jdike@karaya.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®