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

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Aug 2009 20:00:26 -0700 (PDT)

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



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