commit | 6f5a0f7c955d3567f800fa36f978758cb5b99aa2 | [log] [tgz] |
---|---|---|
author | mikem <mikem@beardog.cca.cpqcorp.net> | Fri Nov 18 22:05:36 2005 +0100 |
committer | Jens Axboe <axboe@suse.de> | Fri Nov 18 22:05:36 2005 +0100 |
tree | ae4c3e9c46c8c02bbcf97c40f6e2e09865327569 | |
parent | 15534d3803993345d8db32246ec329d8f83502e1 [diff] |
[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 <mike.miller@hp.com> Signed-off-by: Jens Axboe <axboe@suse.de>