From: Tejun Heo Date: Wed, 28 Jun 2006 16:29:30 +0000 (+0900) Subject: [PATCH] libata: add ap->pflags and move core dynamic flags to it X-Git-Tag: v2.6.18-rc1~3^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51e9e5db0e36239f786692f1cac6e435ed30c66;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed