From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752664AbbLVHPg (ORCPT ); Tue, 22 Dec 2015 02:15:36 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33929 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750963AbbLVHPf (ORCPT ); Tue, 22 Dec 2015 02:15:35 -0500 Date: Tue, 22 Dec 2015 12:45:27 +0530 From: Sudip Mukherjee To: Al Viro 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: <20151222071527.GA21350@sudip-pc> References: <1450767231-21039-1-git-send-email-sudipm.mukherjee@gmail.com> <20151222065850.GA20997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151222065850.GA20997@ZenIV.linux.org.uk> 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 06:58:50AM +0000, Al Viro wrote: > 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? No problem at all. Please fold them together. regards sudip