f93857df39003dbaa6b46 parent adad0f331f9c693129e81e233c5461e2e7c3e443 author Jens Axboe 1134376633 -0800 committer Linus Torvalds 1134406663 -0800 [PATCH] cciss: double put_disk() This undoes the put_disk patch I sent in before. If I had been paying attention I would have seen that we call put_disk from free_hba during driver unload. That's the only time we want to call it. If it's called from deregister disk we may remove the controller (cNd0) unintentionally. Signed-off-by: Mike Miller Signed-off-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ÝŽñ