kernel - Improve NFS server error responses when an inode goes away
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 23 Mar 2012 20:38:29 +0000 (13:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 23 Mar 2012 20:38:29 +0000 (13:38 -0700)
commitc1076681b1be6292ac8f01d808b930af9bd7c9f5
tree970293be2da30faba2a21cd31831498c30e8bc1b
parentaad00981445a4e7c60d89f07717d431f8a228e39
kernel - Improve NFS server error responses when an inode goes away

* When an inode goes away and FHTOVP fails return ESTALE instead of
  what the VFS returned.

* Greatly improves the re-acquisition of files on NFS clients which have
  been ripped out by the server or other clients.
sys/vfs/nfs/nfs_subs.c