[PATCH] libata: add ap->pflags and move core dynamic flags to it
authorTejun Heo <htejun@gmail.com>
Wed, 28 Jun 2006 16:29:30 +0000 (01:29 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 6 Jul 2006 01:51:42 +0000 (21:51 -0400)
ap->flags is way too clamped.  Separate out core dynamic flags to
ap->pflags.  ATA_FLAG_DISABLED is a dynamic flag but left alone as
it's referenced by a lot of LLDs and it's gonna be removed once all
LLDs are converted to new EH.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found