projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3489dd6
)
[PATCH] blk_io_trace_remap structure needs padding on 32-bit
author
Christoph Hellwig
<hch@lst.de>
Wed, 16 Nov 2005 13:04:26 +0000
(14:04 +0100)
committer
Jens 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
patch
|
blob
|
blame
|
history
diff --git
a/blktrace_api.h
b/blktrace_api.h
index 66cf35d37d9df1cb5885f072c81c27359d325257..7a75f2da4aef68c537133049622bfb214fb1de01 100644
(file)
--- a/
blktrace_api.h
+++ b/
blktrace_api.h
@@
-90,6
+90,7
@@
struct blk_io_trace {
*/
struct blk_io_trace_remap {
__u32 device;
+ __u32 __pad;
__u64 sector;
};