The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Emmett Pate <emmett@epate.com>
To: linux-kernel@vger.kernel.org
Subject: Re: rootfs on nfs : oops 2.5.63
Date: Tue, 25 Feb 2003 17:46:30 -0500	[thread overview]
Message-ID: <200302251746.30912.emmett@epate.com> (raw)
In-Reply-To: <20030225141134.3778b199.akpm@digeo.com>

Works like a champ!  I really appreciate your help.

Emmett Pate


On Tuesday 25 February 2003 05:11 pm, Andrew Morton wrote:
> 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;
>
> _

-- 
Emmett M. Pate, Jr.
EPate & Associates, Inc.
emmett@epate.com


      reply	other threads:[~2003-02-25 22:36 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
2003-02-25 22:46     ` Emmett Pate [this message]

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=200302251746.30912.emmett@epate.com \
    --to=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