DragonFly-2.3.2.303.gd64fd master sys/vfs/nfs nfs_subs.c nfs_vnops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 5 20:01:18 PDT 2009


commit d64fd6d399ef2cfca2183b66020ad537f8ed10b5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 5 19:58:53 2009 -0700

    NFS - Fix crash on client on write attempt to ro fs.  Fix ro-test on server.
    
    * A NFS client attempting to create a file would crash on a read-only NFS
      mount instead of returning EROFS.  The bug was introduced with the nfsm
      commit.
    
    * A NFS server was improperly allowing certain modifying operations through.

Summary of changes:
 sys/vfs/nfs/nfs_subs.c  |   23 +++++++++++++++++------
 sys/vfs/nfs/nfs_vnops.c |    5 ++++-
 2 files changed, 21 insertions(+), 7 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list