The patch titled blktrace_api.h: endian annotations has been added to the -mm tree. Its filename is blktrace_apih-endian-annotations.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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-05-30 17:53:44.000000000 -0700 +++ devel-akpm/include/linux/blktrace_api.h 2006-05-30 17:53:44.000000000 -0700 @@ -90,9 +90,9 @@ struct blk_io_trace { * The remap event */ struct blk_io_trace_remap { - u32 device; + __be32 device; u32 __pad; - u64 sector; + __be64 sector; }; enum { @@ -224,7 +224,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 blktrace_apih-endian-annotations.patch git-cifs.patch git-mtd.patch git-netdev-all.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 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