commit | 2f6331faf58a4727a9f1138cd6db30d05b124220 | [log] [tgz] |
---|---|---|
author | Mike Miller <mike.miller@hp.com> | Mon Dec 12 22:17:14 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Dec 12 22:31:16 2005 -0800 |
tree | a285f5260b8256f018b05db7c8a6b5470baf85ff | |
parent | 8309cf66fd90ccba9894adde2f3a8d7e1507e4d2 [diff] |
[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 <mike.miller@hp.com> Cc: Jens Axboe <axboe@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>