commit | 2486fa561a3192bbbec39c7feef87a1e07bd6342 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jul 31 07:52:40 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Jul 31 01:47:05 2008 -0400 |
tree | 4241264273c63714e4c2021e7de69aee8bb2b20c | |
parent | bfce5e0179ad059035df28558724ff60af708e09 [diff] |
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 <tj@kernel.org> Cc: Chunbo Luo <chunbo.luo@windriver.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>