[PATCH] blk_io_trace_remap structure needs padding on 32-bit
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Nov 2005 13:04:26 +0000 (14:04 +0100)
committerJens Axboe <axboe@suse.de>
Wed, 16 Nov 2005 13:04:26 +0000 (14:04 +0100)
Signed-off-by: Jens Axboe <axboe@suse.de>
blktrace_api.h

index 66cf35d37d9df1cb5885f072c81c27359d325257..7a75f2da4aef68c537133049622bfb214fb1de01 100644 (file)
@@ -90,6 +90,7 @@ struct blk_io_trace {
  */
 struct blk_io_trace_remap {
        __u32 device;
+       __u32 __pad;
        __u64 sector;
 };