linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luis Claudio R.Goncalves" <lclaudio@conectiva.com.br>
To: linux-kernel@vger.kernel.org
Subject: tiny patch for nfsd in 2.4.1-pre10
Date: Thu, 25 Jan 2001 10:38:45 -0200	[thread overview]
Message-ID: <20010125103845.A1077@conectiva.com.br> (raw)

Hi!

   In order to get nfsd working I had to do this lill' trick. I'm not sure
this is truly necessary but it worked for me (tm) :)

-- 
[ Luis Claudio R. Goncalves                  lclaudio@conectiva.com.br ]
[ MSc coming soon -- Conectiva HA Team -- Gospel User -- Linuxer -- :) ]
[ Fault Tolerance - Real-Time - Distributed Systems - IECLB - IS 40:31 ]
[ LateNite Programmer --  Jesus Is The Solid Rock On Which I Stand  -- ]

--- linux-2.4.1-pre10.orig/fs/Config.in	Wed Jan 24 20:05:49 2001
+++ linux-2.4.1-pre10/fs/Config.in	Wed Jan 24 19:58:13 2001
@@ -91,13 +91,16 @@
       if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
 	 define_tristate CONFIG_SUNRPC m
 	 define_tristate CONFIG_LOCKD m
-   else
+      else
 	 define_tristate CONFIG_SUNRPC n
 	 define_tristate CONFIG_LOCKD n
       fi
    fi
    if [ "$CONFIG_NFSD_V3" = "y" -o "$CONFIG_NFS_V3" = "y" ]; then
      define_bool CONFIG_LOCKD_V4 y
+   fi
+   if [ "$CONFIG_NFSD" = "m" ]; then
+      define_bool	 CONFIG_NFSD_MODULE y
    fi
 
    dep_tristate 'SMB file system support (to mount Windows shares etc.)' CONFIG_SMB_FS $CONFIG_INET
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-25 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20010125103845.A1077@conectiva.com.br \
    --to=lclaudio@conectiva.com.br \
    --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;
as well as URLs for NNTP newsgroup(s).