The patch titled ALPM: increase number of allowable device flags has been added to the -mm tree. Its filename is alpm-increase-number-of-allowable-device-flags.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ALPM: increase number of allowable device flags From: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/libata.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/libata.h~alpm-increase-number-of-allowable-device-flags include/linux/libata.h --- a/include/linux/libata.h~alpm-increase-number-of-allowable-device-flags +++ a/include/linux/libata.h @@ -139,7 +139,7 @@ enum { ATA_DFLAG_FLUSH_EXT = (1 << 4), /* do FLUSH_EXT instead of FLUSH */ ATA_DFLAG_ACPI_PENDING = (1 << 5), /* ACPI resume action pending */ ATA_DFLAG_ACPI_FAILED = (1 << 6), /* ACPI on devcfg has failed */ - ATA_DFLAG_CFG_MASK = (1 << 8) - 1, + ATA_DFLAG_CFG_MASK = (1 << 12) - 1, ATA_DFLAG_PIO = (1 << 8), /* device limited to PIO mode */ ATA_DFLAG_NCQ_OFF = (1 << 9), /* device limited to non-NCQ mode */ _ Patches currently in -mm which might be from kristen.c.accardi@xxxxxxxxx are git-libata-all.patch alpm-store-interrupt-value.patch alpm-increase-number-of-allowable-device-flags.patch alpm-enable-link-power-management-for-ata-drivers.patch alpm-enable-aggressive-link-power-management-for-ahci-controllers.patch libata-check-for-an-support.patch scsi-expose-an-support-to-user-space.patch libata-expose-an-to-user-space.patch libata-send-event-when-an-received.patch acpiphp_ibm-add-missing-n.patch cpqphp_ctrlc-remove-dead-code.patch acpi-bay-send-envp-with-uevent-fix.patch acpi-dock-send-key=value-pair-instead-of-plain-value.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html