From: mikem Date: Fri, 18 Nov 2005 21:05:36 +0000 (+0100) Subject: [PATCH 3/3] cciss: add put_disk into cleanup routines X-Git-Tag: v2.6.15-rc2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5a0f7c955d3567f800fa36f978758cb5b99aa2;p=pandora-kernel.git [PATCH 3/3] cciss: add put_disk into cleanup routines Jeff Garzik pointed me to his code to see how to remove a disk from the system _properly_. Well, here it is... Every place we remove disks we are now testing before calling del_gendisk or blk_cleanup_queue and then call put_disk. Signed-off-by: Mike Miller Signed-off-by: Jens Axboe --- Reading git-diff-tree failed