Re: [PATCH] NVMe: removed unused nn var from nvme_dev_add

2015-08-18 Thread Jens Axboe
On 08/17/2015 05:19 PM, Matias Bjørling wrote: Can this be picked up? Applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Plea

Re: [PATCH] NVMe: removed unused nn var from nvme_dev_add

2015-08-17 Thread Matias Bjørling
Can this be picked up? Thanks On Tue, Aug 4, 2015 at 1:28 PM, Christoph Hellwig wrote: > Looks good, > > Reviewed-by: Christoph Hellwig > > ___ > Linux-nvme mailing list > linux-n...@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/li

Re: [PATCH] NVMe: removed unused nn var from nvme_dev_add

2015-08-04 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] NVMe: removed unused nn var from nvme_dev_add

2015-07-30 Thread Matias Bjørling
The logic in nvme_dev_add to enumerate namespaces was moved to nvme_dev_scan. When moved, the nn variable is no longer used. This patch removes it. Fixes: a5768aai ("NVMe: Automatic namespace rescan") Signed-off-by: Matias Bjørling --- drivers/block/nvme-core.c | 2 -- 1 file changed, 2 deletion