git: iscsi - Fix bug in iscsi initiator driver

看板DFBSD_commit作者時間15年前 (2010/06/13 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 8650c3d4b74318258e46d84c66f69ff20ce00211 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 12 09:29:17 2010 -0700 iscsi - Fix bug in iscsi initiator driver * The iscsi initiator was trying to record the thread pointer for the original caller attaching the connection, but that caller is strictly temporary. Record the kernel thread created by the attachment instead of the caller's thread. Reported-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>: Summary of changes: sys/dev/disk/iscsi/initiator/isc_soc.c | 7 ++++--- sys/dev/disk/iscsi/initiator/iscsi.c | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8650c3d4b74318258e46d84c66f69ff20ce00211 -- DragonFly BSD source repository
文章代碼(AID): #1C4yjc5C (DFBSD_commit)