Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286301
b: refs/heads/master
c: eac623b
h: refs/heads/master
i:
  286299: 71c16b8
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent e807ba0 commit 1b9289d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f0f54499f2edf7e25410cdd99e6f030f3485fd1
refs/heads/master: eac623ba7a91474a688eb5d0fcd0eaa6a56dc41c
2 changes: 2 additions & 0 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ static void bio_completion(struct nvme_queue *nvmeq, void *ctx,
if (status) {
bio_endio(bio, -EIO);
} else if (bio->bi_vcnt > bio->bi_idx) {
if (bio_list_empty(&nvmeq->sq_cong))
add_wait_queue(&nvmeq->sq_full, &nvmeq->sq_cong_wait);
bio_list_add(&nvmeq->sq_cong, bio);
wake_up_process(nvme_thread);
} else {
Expand Down

0 comments on commit 1b9289d

Please sign in to comment.