cvs commit: src/sys/nfsclient nfs_socket.c

Paul Saab ps at FreeBSD.org
Wed Mar 23 14:10:10 PST 2005


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


More information about the cvs-src mailing list