linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: Andrew Walrond <andrew@walrond.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.bk no longer boots from NFS root after bk pull this morning
Date: 14 Jan 2003 16:32:47 +0100	[thread overview]
Message-ID: <shsof6j21cw.fsf@charged.uio.no> (raw)
In-Reply-To: <3E23E087.9020302@walrond.org>

>>>>> " " == Andrew Walrond <andrew@walrond.org> writes:

     > 100005/1 on 10.0.0.1 net/sunrpc/rpc_pipe.c: rpc_lookup_path
     > failed to find path /mount/clntc398a880

Could you apply the RPC fix that I just posted to l-k, and then this
fix on top of it?

Cheers,
 Trond

diff -u --recursive --new-file linux-2.5.58-00-fix_warn/net/sunrpc/rpc_pipe.c linux-2.5.58-01-fix_nfsroot/net/sunrpc/rpc_pipe.c
--- linux-2.5.58-00-fix_warn/net/sunrpc/rpc_pipe.c	2003-01-14 16:05:21.000000000 +0100
+++ linux-2.5.58-01-fix_nfsroot/net/sunrpc/rpc_pipe.c	2003-01-14 16:29:23.000000000 +0100
@@ -324,6 +324,7 @@
 enum {
 	RPCAUTH_Root = 1,
 	RPCAUTH_lockd,
+	RPCAUTH_mount,
 	RPCAUTH_nfs,
 	RPCAUTH_portmap,
 	RPCAUTH_statd,
@@ -344,6 +345,10 @@
 		.name = "lockd",
 		.mode = S_IFDIR | S_IRUGO | S_IXUGO,
 	},
+	[RPCAUTH_mount] = {
+		.name = "mount",
+		.mode = S_IFDIR | S_IRUGO | S_IXUGO,
+	},
 	[RPCAUTH_nfs] = {
 		.name = "nfs",
 		.mode = S_IFDIR | S_IRUGO | S_IXUGO,


  parent reply	other threads:[~2003-01-14 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-14 10:03 2.5.bk no longer boots from NFS root after bk pull this morning Andrew Walrond
2003-01-14 10:09 ` William Lee Irwin III
2003-01-14 10:30   ` Andrew Walrond
2003-01-14 11:24     ` William Lee Irwin III
2003-01-14 11:25     ` William Lee Irwin III
2003-01-14 15:32 ` Trond Myklebust [this message]
2003-01-14 16:24   ` Andrew Walrond
2003-01-14 19:02     ` Trond Myklebust
2003-01-15 10:22       ` Andrew Walrond
2003-01-15 11:59       ` Andrew Walrond

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=shsof6j21cw.fsf@charged.uio.no \
    --to=trond.myklebust@fys.uio.no \
    --cc=andrew@walrond.org \
    --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).