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>
Thu, 29 Mar 2012 23:06:58 +0000 (16:06 -0700)
commit45ca23e3ebb1a0d433018c0f2ce762366f1234fe
treef129acd8e4f46beff3750b09f826a6665fcb0632
parent9defaf9a124970cba6a178f89c08e9e35f920145
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