]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] cciss: bug fix for crash when running hpacucli
authorMike Miller <mikem@beardog.cca.cpqcorp.net>
Mon, 10 Apr 2006 22:38:07 +0000 (15:38 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Apr 2006 20:16:05 +0000 (13:16 -0700)
commitd90fd1f7c1e1003d899df415456f4f7164ff11e1
treec19496e99cbcfccc63e928a59c0476a17ee47e67
parent6cbe9c0d5b6c45a0d7ec1365be27b11df4099a9a
[PATCH] cciss: bug fix for crash when running hpacucli

Fix a crash when running hpacucli with multiple logical volumes on a cciss
controller.  We were not properly initializing the disk->queue and causing
a fault.

Thanks to Hasso Tepper for reporting the problem.  Thanks to Steve Cameron
for root causing the problem.  Most of the patch just moves things around.
The fix is a one-liner.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Stephen Cameron <steve.cameron@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/cciss.c