Tejun Heo wrote:
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -174,13 +174,14 @@ enum {
/* bits 24:31 of ap->flags are reserved for LLD specific flags */
/* struct ata_port pflags */
- ATA_PFLAG_EH_PENDING = (1 << 0), /* EH pending */
- ATA_PFLAG_EH_IN_PROGRESS = (1 << 1), /* EH in progress */
- ATA_PFLAG_FROZEN = (1 << 2), /* port is frozen */
- ATA_PFLAG_RECOVERED = (1 << 3), /* recovery action performed */
- ATA_PFLAG_LOADING = (1 << 4), /* boot/loading probe */
- ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */
- ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */
+ ATA_PFLAG_STARTED = (1 << 0), /* port has been started */
+ ATA_PFLAG_EH_PENDING = (1 << 1), /* EH pending */
+ ATA_PFLAG_EH_IN_PROGRESS = (1 << 2), /* EH in progress */
+ ATA_PFLAG_FROZEN = (1 << 3), /* port is frozen */
+ ATA_PFLAG_RECOVERED = (1 << 4), /* recovery action performed */
+ ATA_PFLAG_LOADING = (1 << 5), /* boot/loading probe */
+ ATA_PFLAG_UNLOADING = (1 << 6), /* module is unloading */
+ ATA_PFLAG_SCSI_HOTPLUG = (1 << 7), /* SCSI hotplug scheduled */
Please don't obscure your change by all this bit renumbering.
Otherwise OK
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html