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

看板DFBSD_commit作者時間16年前 (2009/08/06 11:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AUawtQR (DFBSD_commit)