• Mike Miller's avatar
    [PATCH] cciss per disk queue · ad2b9312
    Mike Miller authored
    This patch adds per disk queue functionality to cciss.  Sometime back I
    submitted a patch but it looks like only part of what I needed.  In the 2.6
    kernel if we have more than one logical volume the driver will Oops during
    rmmod.  It seems all of the queues actually point back to the same queue.
    So after deleting the first volume you hit a null pointer on the second
    one.
    
    This has been tested in our labs.  There is no difference in performance,
    it just fixes the Oops.
    Signed-off-by: default avatarMike Miller <mike.miller@hp.com>
    Cc: Jens Axboe <axboe@suse.de>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    ad2b9312
cciss.h 6.07 KB