Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32822
b: refs/heads/master
c: ad01b1c
h: refs/heads/master
v: v3
  • Loading branch information
Milton Miller authored and Jens Axboe committed Jul 25, 2006
1 parent 3ad2c63 commit 4317074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7b30f09245d0e6868819b946b2f6879e5d3d106b
refs/heads/master: ad01b1ca797e5898cd40bb32cf0dc8c85aa9f7e8
2 changes: 1 addition & 1 deletion trunk/block/blktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static u32 bio_act[5] __read_mostly = { 0, BLK_TC_ACT(BLK_TC_BARRIER), BLK_TC_AC
#define trace_sync_bit(rw) \
(((rw) & (1 << BIO_RW_SYNC)) >> (BIO_RW_SYNC - 1))
#define trace_ahead_bit(rw) \
(((rw) & (1 << BIO_RW_AHEAD)) << (BIO_RW_AHEAD - 0))
(((rw) & (1 << BIO_RW_AHEAD)) << (2 - BIO_RW_AHEAD))

/*
* The worker for the various blk_add_trace*() types. Fills out a
Expand Down

0 comments on commit 4317074

Please sign in to comment.