Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 08:12:08 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_socket.c
Message-ID:  <200207161512.g6GFC8Ci013009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/07/16 08:12:08 PDT

  Modified files:
    sys/nfsclient        nfs_socket.c 
  Log:
  If we get a receive error in nfs_receive() and then get an error trying to
  obtain the send lock, we would bogusly try to unlock the send lock before
  returning resulting in a panic.  Instead, only unlock the send lock if
  nfs_sndlock() succeeds and nfs_reconnect() fails.
  
  MFC after:      3 days
  Sponsored by:   The Weather Channel
  
  Revision  Changes    Path
  1.85      +6 -5      src/sys/nfsclient/nfs_socket.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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