lkml.org 
[lkml]   [2014]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4] NVMe: basic conversion to blk-mq
On Thu, May 29, 2014 at 11:51:25PM +0200, Matias Bjørling wrote:
> @@ -816,9 +671,7 @@ static irqreturn_t nvme_irq(int irq, void *data)
> irqreturn_t result;
> struct nvme_queue *nvmeq = data;
> spin_lock(&nvmeq->q_lock);
> - nvme_process_cq(nvmeq);
> - result = nvmeq->cqe_seen ? IRQ_HANDLED : IRQ_NONE;
> - nvmeq->cqe_seen = 0;
> + result = nvme_process_cq(nvmeq) ? IRQ_HANDLED : IRQ_NONE;
> spin_unlock(&nvmeq->q_lock);
> return result;
> }

Put cqe_seen back. I already told Sam this was wrong.
http://lists.infradead.org/pipermail/linux-nvme/2014-May/000856.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2014-05-30 17:41    [W:0.080 / U:0.972 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site