Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2009 19:26:06 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/rpc clnt_vc.c
Message-ID:  <200911151926.nAFJQPFX076511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-11-15 19:26:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/rpc              clnt_vc.c 
  Log:
  SVN rev 199293 on 2009-11-15 19:26:06Z by rmacklem
  
  MFC: r199053
  Add a check for the connection being shut down to the krpc
  client just before queuing a request for the connection. The
  code already had a check for the connection being shut down
  while the request was queued, but not one for the shut down
  having been initiated by the server before the request was
  in the queue. This fixes some cases of problems w.r.t. reconnecting
  to a NFS server that drops inactive TCP connections.
  
  Tested by:      Olaf Seibert, Daniel Braniss
  Reviewed by:    dfr
  
  Revision  Changes    Path
  1.8.2.3   +16 -0     src/sys/rpc/clnt_vc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911151926.nAFJQPFX076511>