Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273807
b: refs/heads/master
c: 834f9f6
h: refs/heads/master
i:
  273805: 1edbf8a
  273803: eb1e246
  273799: 853aac9
  273791: 5ff68f3
v: v3
  • Loading branch information
Jeff Moyer authored and Jens Axboe committed Oct 24, 2011
1 parent 701136f commit f78d240
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: 456be1484ffc72a24bdb4200b5847c4fa90139d9
refs/heads/master: 834f9f61a525d2f6d3d0c93894e26326c8d3ceed
2 changes: 1 addition & 1 deletion trunk/block/blk-flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void blk_insert_flush(struct request *rq)
return;
}

BUG_ON(!rq->bio || rq->bio != rq->biotail);
BUG_ON(rq->bio != rq->biotail); /*assumes zero or single bio rq */

/*
* If there's data but flush is not necessary, the request can be
Expand Down

0 comments on commit f78d240

Please sign in to comment.