Matthew Wilcox wrote:
From: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> ATA 8 adds support for devices that have sector sizes larger than 512 bytes. We record the sector size in the ata_device and use it instead of the ATA_SECT_SIZE when the data transfer is a multiple of sectors. Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 127 +++++++++++++++++++++++++++++++++++++++++++++ drivers/ata/libata-scsi.c | 52 +++++++++++++----- include/linux/libata.h | 4 +- 3 files changed, 168 insertions(+), 15 deletions(-)
Was this ever updated regarding Alan's final comments? I only have this patch (the one initiating the email sub-thread). Jeff -- To unsubscribe from this list: 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