]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- The NFS client was incorrectly masking SIGSTOP (which is
authorps <ps@FreeBSD.org>
Wed, 23 Mar 2005 22:10:10 +0000 (22:10 +0000)
committerps <ps@FreeBSD.org>
Wed, 23 Mar 2005 22:10:10 +0000 (22:10 +0000)
commit114057c6333cf6ece8e29d7a9e4a7d744afb227a
tree0844c1da35d7eafacee5abc1aa35ab4daf6d6922
parentc4e1819a9b8e2ab6f9464a8d0b09be66d9a2b69d
- 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
sys/nfsclient/nfs_socket.c