From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: linux-next: build warning after merge of the vfs tree Date: Mon, 18 Jul 2011 06:17:37 +0100 Message-ID: <20110718051736.GY11013@ZenIV.linux.org.uk> References: <20110718150456.d0eea458aab56fd1488ccc39@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:57059 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405Ab1GRFRi (ORCPT ); Mon, 18 Jul 2011 01:17:38 -0400 Content-Disposition: inline In-Reply-To: <20110718150456.d0eea458aab56fd1488ccc39@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Josef Bacik On Mon, Jul 18, 2011 at 03:04:56PM +1000, Stephen Rothwell wrote: > Hi Al, > > After merging the vfs tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > drivers/char/ps3flash.c:347:2: warning: initialization from incompatible pointer type > > Introduced by commit 62ec115d5b9c ("fs: push i_mutex and > filemap_write_and_wait down into ->fsync() handlers"). Argh... There had been several places where ->fsync() change hadn't been done in the original patch; I've patched them up, but forgot to change the prototype in this one ;-/ s/file,/& loff_t start, loff_t end,/ in the obvious place; I'll push the updated variant in a few.