Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110445
b: refs/heads/master
c: 3614407
h: refs/heads/master
i:
  110443: 6800dbf
v: v3
  • Loading branch information
Jens Axboe committed Oct 9, 2008
1 parent 29aeae8 commit 898734a
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: 051cc3952a8fb6fa875a4eff68d06cf42207dcf4
refs/heads/master: 36144077bce9f89763ce994bc631cbd1c9db7785
2 changes: 1 addition & 1 deletion trunk/mm/bounce.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void blk_queue_bounce(struct request_queue *q, struct bio **bio_orig)
/*
* Data-less bio, nothing to bounce
*/
if (bio_empty_barrier(*bio_orig))
if (!bio_has_data(*bio_orig))
return;

/*
Expand Down

0 comments on commit 898734a

Please sign in to comment.