git: DragonFly_RELEASE_3_2 kernel: Fix some wrong cam_simq_release() calls.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Nov 3 04:10:19 PDT 2012


commit 0cf1e04116af941066aac1404673767fca9a0091
Author: Sascha Wildner <saw at online.de>
Date:   Sat Nov 3 12:08:13 2012 +0100

    kernel: Fix some wrong cam_simq_release() calls.
    
    Our (refcounted) simq can be released right after allocating the sim.
    These drivers were not doing it correctly.

Summary of changes:
 sys/dev/disk/iscsi/initiator/isc_cam.c |    2 +-
 sys/dev/raid/arcmsr/arcmsr.c           |    2 +-
 sys/dev/raid/hptiop/hptiop.c           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0cf1e04116af941066aac1404673767fca9a0091


-- 
DragonFly BSD source repository



More information about the Commits mailing list