From: Jens Axboe Date: Mon, 12 Dec 2005 08:37:13 +0000 (-0800) Subject: [PATCH] cciss: double put_disk() X-Git-Tag: v2.6.15-rc6~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4788f6d55548e587ced330ece711456f40ec8f1;p=pandora-kernel.git [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 --- Reading git-diff-tree failed