From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 22 Dec 2015 06:58:50 +0000 From: Al Viro Subject: Re: [PATCH] s390/vmur: fix build warning Message-ID: <20151222065850.GA20997@ZenIV.linux.org.uk> References: <1450767231-21039-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450767231-21039-1-git-send-email-sudipm.mukherjee@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Sudip Mukherjee Cc: Martin Schwidefsky , Heiko Carstens , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org List-ID: On Tue, Dec 22, 2015 at 12:23:51PM +0530, Sudip Mukherjee wrote: > The helper no_seek_end_llseek() was added but now newpos is not required > and as a result we are getting build warning of unused variable. Mind if I simply fold that into the commit in question?