From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan.carpenter@oracle.com (Dan Carpenter) Date: Fri, 17 May 2013 18:08:00 +0300 Subject: [PATCH] NVMe: Fix incompatible pointer type warnings In-Reply-To: <20130517144526.GV6057@linux.intel.com> References: <1368799780-2871-1-git-send-email-emilgoode@gmail.com> <20130517144526.GV6057@linux.intel.com> Message-ID: <20130517150800.GP1360@mwanda> On Fri, May 17, 2013@10:45:26AM -0400, Matthew Wilcox wrote: > On Fri, May 17, 2013@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 Linus' tree yet, so we can't apply this patch. It needs > to go to linux-next. The 6a4d55146334 ("block: prep work for batch completion") is from the -mm tree. regards, dan carpenter