diff --git a/[refs] b/[refs] index b48038f801c2..2d693ba47369 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a038e2536472b4dd932399b5277e65f188811de5 +refs/heads/master: fda151d9feafc0e8418f23c716587c44394fcdbf diff --git a/trunk/include/linux/blktrace_api.h b/trunk/include/linux/blktrace_api.h index eb1a867ed245..a7e8cef73d15 100644 --- a/trunk/include/linux/blktrace_api.h +++ b/trunk/include/linux/blktrace_api.h @@ -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 request_queue *q, u32 what, 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;