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

git: DragonFly_RELEASE_2_6 iscsi - Fix bug in iscsi initiator driver


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Jun 2010 14:16:47 -0700 (PDT)

commit c520b16e9ebd1feb9551cadf1fa77057be098680
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/c520b16e9ebd1feb9551cadf1fa77057be098680


-- 
DragonFly BSD source repository



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