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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Mar 29 16:07:35 PDT 2012


commit 45ca23e3ebb1a0d433018c0f2ce762366f1234fe
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/45ca23e3ebb1a0d433018c0f2ce762366f1234fe


-- 
DragonFly BSD source repository





More information about the Commits mailing list