Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286275
b: refs/heads/master
c: e6d15f7
h: refs/heads/master
i:
  286273: ef496e0
  286271: aacdc5d
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 894690e commit 2a0bc4e
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: d8ee9d69f275769aaad40ef7c944565ff8d2d24f
refs/heads/master: e6d15f79f997a98b3a69abbc462fc9041cc1a7b4
2 changes: 1 addition & 1 deletion trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static struct nvme_cmd_info *nvme_cmd_info(struct nvme_queue *nvmeq)
static int alloc_cmdid(struct nvme_queue *nvmeq, void *ctx, int handler,
unsigned timeout)
{
int depth = nvmeq->q_depth;
int depth = nvmeq->q_depth - 1;
struct nvme_cmd_info *info = nvme_cmd_info(nvmeq);
int cmdid;

Expand Down

0 comments on commit 2a0bc4e

Please sign in to comment.