Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45504
b: refs/heads/master
c: c43a508
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Jan 12, 2007
1 parent 63a865e commit 12ac1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d39c9400ae0d60aaaf534b1ad860a9bc1413d8af
refs/heads/master: c43a5082a61f351248c5f015ee5d4641309bd96e
4 changes: 2 additions & 2 deletions trunk/mm/bounce.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ static void __blk_queue_bounce(request_queue_t *q, struct bio **bio_orig,
if (!bio)
return;

blk_add_trace_bio(q, *bio_orig, BLK_TA_BOUNCE);

/*
* at least one page was bounced, fill in possible non-highmem
* pages
Expand Down Expand Up @@ -291,8 +293,6 @@ void blk_queue_bounce(request_queue_t *q, struct bio **bio_orig)
pool = isa_page_pool;
}

blk_add_trace_bio(q, *bio_orig, BLK_TA_BOUNCE);

/*
* slow path
*/
Expand Down

0 comments on commit 12ac1ce

Please sign in to comment.