DragonFly BSD
DragonFly commits List (threaded) for 2010-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: iscsi - Fix bug in iscsi initiator driver


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Jun 2010 09:30:51 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]