git: kernel - Fix NFS panic

看板DFBSD_commit作者時間15年前 (2010/09/17 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 104db2fbb89ba01fba8759aee3aa0c09eb13f9bf Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Sep 16 10:03:30 2010 -0700 kernel - Fix NFS panic * nfs_write() was not wrapped with a token, leading to races. * Add some queueing assertions while we are here. Reported-by: Thomas Nikolajsen <thomas.nikolajsen@mail.dk> Summary of changes: sys/vfs/nfs/nfs_bio.c | 37 ++++++++++++++++++++++++++----------- sys/vfs/nfs/nfs_iod.c | 1 - sys/vfs/nfs/nfs_socket.c | 1 + 3 files changed, 27 insertions(+), 12 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/104db2fbb89ba01fba8759aee3aa0c09eb13f9bf -- DragonFly BSD source repository
文章代碼(AID): #1Cabji_G (DFBSD_commit)