Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44863
b: refs/heads/master
c: bb4067e
h: refs/heads/master
i:
  44861: ee5fda3
  44859: b3b2f01
  44855: c3101fd
  44847: d89a4e8
  44831: d9ea2cf
  44799: b5ca3ba
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Dec 22, 2006
1 parent 7540ea6 commit 19cb1ea
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: 3e67c0987d7567ad666641164a153dca9a43b11d
refs/heads/master: bb4067e34159648d394943d5e2a011f838bff22f
2 changes: 1 addition & 1 deletion trunk/block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inline int elv_rq_merge_ok(struct request *rq, struct bio *bio)
/*
* must be same device and not a special request
*/
if (rq->rq_disk != bio->bi_bdev->bd_disk || !rq->special)
if (rq->rq_disk != bio->bi_bdev->bd_disk || rq->special)
return 0;

if (!elv_iosched_allow_merge(rq, bio))
Expand Down

0 comments on commit 19cb1ea

Please sign in to comment.