Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286283
b: refs/heads/master
c: 3cb967c
h: refs/heads/master
i:
  286281: beca157
  286279: b060022
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent ed54abc commit 47a23a1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7523d834dd1573610078eb1ac0933f6490232f90
refs/heads/master: 3cb967c03926edd2c414082f4cc0feb7b372edae
3 changes: 3 additions & 0 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,9 @@ static void nvme_resubmit_bios(struct nvme_queue *nvmeq)
bio_list_add_head(&nvmeq->sq_cong, bio);
break;
}
if (bio_list_empty(&nvmeq->sq_cong))
remove_wait_queue(&nvmeq->sq_full,
&nvmeq->sq_cong_wait);
}
}

Expand Down

0 comments on commit 47a23a1

Please sign in to comment.