kernel - Attempt to fix lost rpc issue with NFS timeout/retry
commitb9ea392b364113dced9c7874efe4af4e0d40998b
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 2 Nov 2010 19:55:17 +0000 (2 12:55 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 2 Nov 2010 19:55:17 +0000 (2 12:55 -0700)
tree326c099ae2f43ebd88e01f630d70efd64cc46fc0
parent743da179ca02524ed85b98c6fc0af80897121ac9
kernel - Attempt to fix lost rpc issue with NFS timeout/retry

* An edge case in the timeout/retry code failed to pick up on
  async RPCs which are replied to while the timeout code has the
  rpc locked for retry.

Reported-by: Thomas Nikolajsen <thomas.nikolajsen@mail.dk>
sys/vfs/nfs/nfs_socket.c