From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564AbbLVG6z (ORCPT ); Tue, 22 Dec 2015 01:58:55 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:34514 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752504AbbLVG6y (ORCPT ); Tue, 22 Dec 2015 01:58:54 -0500 Date: Tue, 22 Dec 2015 06:58:50 +0000 From: Al Viro To: Sudip Mukherjee Cc: Martin Schwidefsky , Heiko Carstens , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org 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> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?