The patch titled blktrace_api.h: endian annotations has been the -mm tree. Its filename is blktrace_apih-endian-annotations.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: blktrace_api.h: endian annotations From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/blktrace_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN include/linux/blktrace_api.h~blktrace_apih-endian-annotations include/linux/blktrace_api.h --- devel/include/linux/blktrace_api.h~blktrace_apih-endian-annotations 2006-06-01 20:20:23.000000000 -0700 +++ devel-akpm/include/linux/blktrace_api.h 2006-06-01 20:20:23.000000000 -0700 @@ -91,9 +91,9 @@ struct blk_io_trace { * The remap event */ struct blk_io_trace_remap { - u32 device; + __be32 device; u32 __pad; - u64 sector; + __be64 sector; }; enum { @@ -225,7 +225,7 @@ static inline void blk_add_trace_pdu_int struct bio *bio, unsigned int pdu) { struct blk_trace *bt = q->blk_trace; - u64 rpdu = cpu_to_be64(pdu); + __be64 rpdu = cpu_to_be64(pdu); if (likely(!bt)) return; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are git-acpi.patch remove-acpi_os_create_lock-acpi_os_delete_lock.patch git-block.patch eth1394-endian-fixes.patch sata_sil24-endian-annotations.patch git-mtd.patch git-netdev-all.patch git-net.patch nfs-really-return-status-from-decode_recall_args.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch emu10k1-mark-midi_spinlock-as-used.patch nbd-endian-annotations.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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