看板 DFBSD_commit 關於我們 聯絡資訊
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