commit | b51e9e5db0e36239f786692f1cac6e435ed30c66 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Jun 29 01:29:30 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jul 05 21:51:42 2006 -0400 |
tree | 396f2da741820f25174f0ef2d05af957a8dafc22 | |
parent | e6d902a3bfd53da375588e498251f4f4f6cd9650 [diff] |
[PATCH] libata: add ap->pflags and move core dynamic flags to it 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>