From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 9 Dec 2015 18:04:21 +0000 From: Al Viro To: Arnd Bergmann Cc: linux-fsdevel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nwflash: use no_seek_end_llseek_size Message-ID: <20151209180421.GY20997@ZenIV.linux.org.uk> References: <4235779.ynpqSv1Kc4@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4235779.ynpqSv1Kc4@wuerfel> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Dec 09, 2015 at 05:33:45PM +0100, Arnd Bergmann wrote: > The recently introduced no_seek_end_llseek was wrong, it should > be no_seek_end_llseek_size: > > drivers/char/nwflash.c: In function 'flash_llseek': > drivers/char/nwflash.c:280:8: error: too many arguments to function 'no_seek_end_llseek' Folded and pushed.