Re: [PATCH] NVMe: Fix incompatible pointer type warnings

2013-05-17 Thread Emil Goode
I see, I will resend and include Andrew Morton. Thanks, Emil On Fri, May 17, 2013 at 10:45:26AM -0400, Matthew Wilcox wrote: > On Fri, May 17, 2013 at 04:09:40PM +0200, Emil Goode wrote: > > Commit 6a4d55146334 ("block: prep work for batch completion") > > added a struct batch_complete * as a th

Re: [PATCH] NVMe: Fix incompatible pointer type warnings

2013-05-17 Thread Dan Carpenter
On Fri, May 17, 2013 at 10:45:26AM -0400, Matthew Wilcox wrote: > On Fri, May 17, 2013 at 04:09:40PM +0200, Emil Goode wrote: > > Commit 6a4d55146334 ("block: prep work for batch completion") > > added a struct batch_complete * as a third argument to bi_end_io. > > This patch adds the missing third

Re: [PATCH] NVMe: Fix incompatible pointer type warnings

2013-05-17 Thread Matthew Wilcox
On Fri, May 17, 2013 at 04:09:40PM +0200, Emil Goode wrote: > Commit 6a4d55146334 ("block: prep work for batch completion") > added a struct batch_complete * as a third argument to bi_end_io. > This patch adds the missing third argument to the nvme_bio_pair_endio > function. That patch isn't in Li

[PATCH] NVMe: Fix incompatible pointer type warnings

2013-05-17 Thread Emil Goode
Commit 6a4d55146334 ("block: prep work for batch completion") added a struct batch_complete * as a third argument to bi_end_io. This patch adds the missing third argument to the nvme_bio_pair_endio function. Sparse output: drivers/block/nvme-core.c: In function ‘nvme_bio_split’: drivers/block/nvm