Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29190
b: refs/heads/master
c: fda151d
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jens Axboe committed Jun 23, 2006
1 parent 761cd45 commit 977df18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a038e2536472b4dd932399b5277e65f188811de5
refs/heads/master: fda151d9feafc0e8418f23c716587c44394fcdbf
6 changes: 3 additions & 3 deletions trunk/include/linux/blktrace_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 977df18

Please sign in to comment.