Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167431
b: refs/heads/master
c: 1b59dd5
h: refs/heads/master
i:
  167429: 74cacd7
  167427: 572f8db
  167423: 2973b9e
v: v3
  • Loading branch information
Jens Axboe committed Oct 6, 2009
1 parent 80ffa41 commit 58feae9
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: 316d315bffa4026f28085f6b24ebcebede370ac7
refs/heads/master: 1b59dd511b9a36d4be3c01d7c7024aeec36dc651
2 changes: 1 addition & 1 deletion trunk/block/blk-tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ int blk_queue_start_tag(struct request_queue *q, struct request *rq)
max_depth -= 2;
if (!max_depth)
max_depth = 1;
if (q->in_flight[0] > max_depth)
if (q->in_flight[BLK_RW_ASYNC] > max_depth)
return 1;
}

Expand Down

0 comments on commit 58feae9

Please sign in to comment.