Hi all, Building Linus' tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/block/nvme.c: In function 'nvme_alloc_ns': drivers/block/nvme.c:1336:2: warning: passing argument 2 of 'blk_queue_make_request' from incompatible pointer type [enabled by default] include/linux/blkdev.h:830:13: note: expected 'void (*)(struct request_queue *, struct bio *)' but argument is of type 'int (*)(struct request_queue *, struct bio *)' -- Cheers, Stephen Rothwell sfr@canb.auug.org.au