git: iscsi - Fix bug in iscsi initiator driver

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 12 09:33:54 PDT 2010


commit 8650c3d4b74318258e46d84c66f69ff20ce00211
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/8650c3d4b74318258e46d84c66f69ff20ce00211


-- 
DragonFly BSD source repository





More information about the Commits mailing list