From: Tejun Heo Date: Fri, 24 Mar 2006 06:25:31 +0000 (+0900) Subject: [PATCH] libata: implement ata_dev_disable() X-Git-Tag: v2.6.17-rc1~866^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b8efb0a16a1915c507db5a9b9fb5ede082a68a2;p=pandora-kernel.git [PATCH] libata: implement ata_dev_disable() This patch implements ata_dev_disable() which prints a warning message and takes @dev offline. Currently, this is done by explicitly incrementing dev->class with case-by-case warning messages. Giving user clear indication when libata gives up will be more important as libata will be doing more retries. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed