Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286251
b: refs/heads/master
c: ec6ce61
h: refs/heads/master
i:
  286249: 3cddb8f
  286247: 19dc7dd
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 98fa6e4 commit 8305834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 48e3d39816416b3bf03dee3a796c0c04427c1a31
refs/heads/master: ec6ce618d65b5ce1bef83a5509255107a0feac44
7 changes: 1 addition & 6 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@ static irqreturn_t nvme_process_cq(struct nvme_queue *nvmeq)
}

static irqreturn_t nvme_irq(int irq, void *data)
{
return nvme_process_cq(data);
}

static irqreturn_t nvme_irq_thread(int irq, void *data)
{
irqreturn_t result;
struct nvme_queue *nvmeq = data;
Expand Down Expand Up @@ -676,7 +671,7 @@ static int queue_request_irq(struct nvme_dev *dev, struct nvme_queue *nvmeq,
{
if (use_threaded_interrupts)
return request_threaded_irq(dev->entry[nvmeq->cq_vector].vector,
nvme_irq_check, nvme_irq_thread,
nvme_irq_check, nvme_irq,
IRQF_DISABLED | IRQF_SHARED,
name, nvmeq);
return request_irq(dev->entry[nvmeq->cq_vector].vector, nvme_irq,
Expand Down

0 comments on commit 8305834

Please sign in to comment.