From: Tejun Heo Date: Wed, 30 Jul 2008 22:52:40 +0000 (+0900) Subject: libata: update atapi disable handling X-Git-Tag: v2.6.27-rc2~90^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2486fa561a3192bbbec39c7feef87a1e07bd6342;p=pandora-kernel.git libata: update atapi disable handling Global and per-LLD ATAPI disable checks were done in the command issue path probably because it was left out during EH conversion. On affected machines, this can cause lots of warning messages. Move them to where they belong - the probing path. Reported by Chunbo Luo. Signed-off-by: Tejun Heo Cc: Chunbo Luo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed