git: DragonFly_RELEASE_2_6 iscsi - Fix bug in iscsi initiator driver
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jun 26 14:18:15 PDT 2010
commit c520b16e9ebd1feb9551cadf1fa77057be098680
Author: Matthew Dillon <dillon at 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 at 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/c520b16e9ebd1feb9551cadf1fa77057be098680
--
DragonFly BSD source repository
More information about the Commits
mailing list