From: Andrew Morton <akpm@digeo.com>
To: Emmett Pate <emmett@epate.com>
Cc: linux-kernel@vger.kernel.org, Bertrand <bert@ovh.net>
Subject: Re: rootfs on nfs : oops 2.5.63
Date: Tue, 25 Feb 2003 14:11:34 -0800 [thread overview]
Message-ID: <20030225141134.3778b199.akpm@digeo.com> (raw)
In-Reply-To: <200302251622.55217.emmett@epate.com>
Emmett Pate <emmett@epate.com> wrote:
>
> I'm having the same problem.
>
> On my notebook (wireless PCMCIA, D-Link DWL650), 2.5.63 oopses immediately on
> trying to mount an NFS filesystem.
Trond quietly sent out the below patch a while back. Could you please see if
this fixes things up?
--- 25/net/sunrpc/clnt.c~rpc_rmdir-fix Mon Feb 24 15:47:53 2003
+++ 25-akpm/net/sunrpc/clnt.c Mon Feb 24 15:47:53 2003
@@ -208,7 +208,8 @@ rpc_destroy_client(struct rpc_clnt *clnt
rpcauth_destroy(clnt->cl_auth);
clnt->cl_auth = NULL;
}
- rpc_rmdir(clnt->cl_pathname);
+ if (clnt->cl_pathname[0])
+ rpc_rmdir(clnt->cl_pathname);
if (clnt->cl_xprt) {
xprt_destroy(clnt->cl_xprt);
clnt->cl_xprt = NULL;
_
next prev parent reply other threads:[~2003-02-25 22:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-25 14:13 rootfs on nfs : oops 2.5.63 Bertrand
2003-02-25 21:22 ` Emmett Pate
2003-02-25 22:11 ` Andrew Morton [this message]
2003-02-25 22:46 ` Emmett Pate
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=20030225141134.3778b199.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=bert@ovh.net \
--cc=emmett@epate.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;
as well as URLs for NNTP newsgroup(s).