DragonFly BSD
DragonFly commits List (threaded) for 2012-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2012 13:39:43 -0700 (PDT)

commit c1076681b1be6292ac8f01d808b930af9bd7c9f5
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]