linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bernd Schubert <bernd-schubert@web.de>
To: nfs@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [NFS] nfs errors clutter up logs after 2.4.20 -> 2.4.22-pre10
Date: Mon, 25 Aug 2003 10:45:10 +0200	[thread overview]
Message-ID: <200308251045.10907.bernd-schubert@web.de> (raw)
In-Reply-To: <200308240212.49348.bernd-schubert@web.de>

On Sunday 24 August 2003 02:12, Bernd Schubert wrote:
> On Saturday 23 August 2003 19:28, Trond Myklebust wrote:
> > >>>>> " " == Hans-Peter Jansen <hpj@urpla.net> writes:
> >      > Hi, after kernel update all my (diskless) systems clutter up
> >      > the syslog with:
> >      >
> >      > Aug 23 13:41:42 yogi kernel: nfs: server shrek not responding,
> >
> > Does the following patch help?
> >
> > Cheers,
> >   Trond
> >
> > --- linux-2.4.22-up/net/sunrpc/timer.c.orig	2002-08-14 17:52:52.000000000
> > -0700 +++ linux-2.4.22-up/net/sunrpc/timer.c	2003-08-23
> > 10:26:36.000000000 -0700 @@ -8,7 +8,7 @@
> >
> >  #define RPC_RTO_MAX (60*HZ)
> >  #define RPC_RTO_INIT (HZ/5)
> > -#define RPC_RTO_MIN (2)
> > +#define RPC_RTO_MIN (HZ/10)
> >
> >  void
> >  rpc_init_rtt(struct rpc_rtt *rt, long timeo)
>
> Hello,
>
> I also just had this problem with 2.4.22-rc2 and your patch is fixing it.
>
> Thanks,
> 	Bernd
>

Since today already 2.4.22-rc4 has been released, shouldn't that be posted to 
Marcelo as fast as possible?

Regards,	
	Bernd


           reply	other threads:[~2003-08-25  8:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <200308240212.49348.bernd-schubert@web.de>]

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=200308251045.10907.bernd-schubert@web.de \
    --to=bernd-schubert@web.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nfs@lists.sourceforge.net \
    /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).