Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230610
b: refs/heads/master
c: 23036f1
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Jens Axboe committed Jan 7, 2011
1 parent eb1d21c commit 07699a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 329a67815b596d23daf0caa588ae0800e925320f
refs/heads/master: 23036f1a340beec19cc451ba9719526c4ffb3a57
3 changes: 2 additions & 1 deletion trunk/kernel/trace/blktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,8 @@ static void blk_add_trace_bio_bounce(void *ignore,
}

static void blk_add_trace_bio_complete(void *ignore,
struct request_queue *q, struct bio *bio)
struct request_queue *q, struct bio *bio,
int error)
{
blk_add_trace_bio(q, bio, BLK_TA_COMPLETE);
}
Expand Down

0 comments on commit 07699a4

Please sign in to comment.