The patch titled libata resume fix has been removed from the -mm tree. Its filename was libata_resume_fix.patch This patch was dropped because we hope it is not needed any longer ------------------------------------------------------ Subject: libata resume fix From: Author unknown... Stolen from Mark Lord's site at http://rtr.ca/dell_i9300/kernel/kernel-2.6.15/. Let's see if this fixes swsusp on the ata_piix Vaio. Cc: Mark Lord <lkml@xxxxxx> Cc: Pavel Machek <pavel@xxxxxxx> Cc: Jeff Garzik <jgarzik@xxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/libata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/libata.h~libata_resume_fix include/linux/libata.h --- a/include/linux/libata.h~libata_resume_fix +++ a/include/linux/libata.h @@ -1092,7 +1092,7 @@ static inline u8 ata_busy_wait(struct at static inline u8 ata_wait_idle(struct ata_port *ap) { - u8 status = ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 1000); + u8 status = ata_busy_wait(ap, ATA_BUSY | ATA_DRQ, 100000); /* 1000msec */ if (status & (ATA_BUSY | ATA_DRQ)) { unsigned long l = ap->ioaddr.status_addr; _ Patches currently in -mm which might be from lkml@xxxxxx are libata_resume_fix.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