From: Tejun Heo Date: Wed, 1 Feb 2006 15:56:10 +0000 (+0900) Subject: [PATCH] libata: implement ATA_FLAG_IN_EH port flag X-Git-Tag: v2.6.17-rc1~1182^2~98 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde44589bf9fac0168c6ce6d097c99c33b18074f;p=pandora-kernel.git [PATCH] libata: implement ATA_FLAG_IN_EH port flag ATA_FLAG_IN_EH flag is set on entry to EH and cleared on completion. This patch just sets and clears the flag. Following patches will build normal qc execution / EH synchronization aroung this flag. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed