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

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


commit 284d4d40bb095ad5b977069fdeb682ad0fb2f170
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/284d4d40bb095ad5b977069fdeb682ad0fb2f170


-- 
DragonFly BSD source repository



More information about the Commits mailing list