Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2005 22:10:10 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_socket.c
Message-ID:  <200503232210.j2NMAAm9082635@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-03-23 22:10:10 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_socket.c 
  Log:
  - The NFS client was incorrectly masking SIGSTOP (which is
    non-maskable).
  - The NFS client needs to guard against spurious wakeups
    while waiting for the response. ltrace causes the process
    under question to wakeup (possibly from ptrace()), which
    causes NFS to wakeup from tsleep without the response being
    delivered.
  
  Submitted by:   Mohan Srinivasan
  
  Revision  Changes    Path
  1.122     +6 -19     src/sys/nfsclient/nfs_socket.c



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