From: Mike Miller Date: Tue, 13 Dec 2005 06:17:14 +0000 (-0800) Subject: [PATCH] cciss: fix for deregister_disk X-Git-Tag: v2.6.15-rc6~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6331faf58a4727a9f1138cd6db30d05b124220;p=pandora-kernel.git [PATCH] cciss: fix for deregister_disk This patch adds setting our drv->queue = NULL back in deregister_disk. The drv->queue is part of our controller struct. blk_cleanup_queue works only on the queue in the gendisk struct. Signed-off-by: Mike Miller Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed