Re: [PATCH v2] nvme: fix 32-bit build warning

2015-10-12 Thread Jens Axboe
On 10/12/2015 01:14 PM, Arnd Bergmann wrote: On Monday 12 October 2015 13:10:17 Jens Axboe wrote: On 10/12/2015 01:03 PM, Christoph Hellwig wrote: Looks good, Reviewed-by: Christoph Hellwig Note that we're moved the nvme driver to a new directory in the block tree, but I can rebase it for yo

Re: [PATCH v2] nvme: fix 32-bit build warning

2015-10-12 Thread Arnd Bergmann
On Monday 12 October 2015 13:10:17 Jens Axboe wrote: > On 10/12/2015 01:03 PM, Christoph Hellwig wrote: > > Looks good, > > > > Reviewed-by: Christoph Hellwig > > > > Note that we're moved the nvme driver to a new directory in the > > block tree, but I can rebase it for you if you want. > > I man

Re: [PATCH v2] nvme: fix 32-bit build warning

2015-10-12 Thread Jens Axboe
On 10/12/2015 01:03 PM, Christoph Hellwig wrote: Looks good, Reviewed-by: Christoph Hellwig Note that we're moved the nvme driver to a new directory in the block tree, but I can rebase it for you if you want. I man handled it on both branches, so we should be good. -- Jens Axboe -- To uns

Re: [PATCH v2] nvme: fix 32-bit build warning

2015-10-12 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig Note that we're moved the nvme driver to a new directory in the block tree, but I can rebase it for you if you want. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

[PATCH v2] nvme: fix 32-bit build warning

2015-10-09 Thread Arnd Bergmann
>From 877a323df080bda54a71e26ecf20b4244b31a180 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 6 Oct 2015 22:29:48 +0200 Subject: [PATCH] nvme: fix 32-bit build warning Compiling the nvme driver on 32-bit warns about a cast from a __u64 variable to a pointer: drivers/block/nvme-core.c: I