git: kernel - Improve NFS server error responses when an inode goes away

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Mar 23 13:39:43 PDT 2012


commit c1076681b1be6292ac8f01d808b930af9bd7c9f5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Mar 23 13:38:29 2012 -0700

    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.

Summary of changes:
 sys/vfs/nfs/nfs_subs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c1076681b1be6292ac8f01d808b930af9bd7c9f5


-- 
DragonFly BSD source repository





More information about the Commits mailing list