Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3805745ybc; Thu, 14 Nov 2019 15:00:28 -0800 (PST) X-Google-Smtp-Source: APXvYqwK2EUqfcJMvbmYC1BaIpeQCyvqGtL6UUGTTcwTeJrWWFWspEOdW7mz/VOl5y+S4osL371H X-Received: by 2002:a5d:4b05:: with SMTP id v5mr576659wrq.210.1573772428778; Thu, 14 Nov 2019 15:00:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573772428; cv=none; d=google.com; s=arc-20160816; b=tNU5dYDps8grzJ/ZHlu6+lfLl0AJ4lWSg7H9S+ub7fog0eLj5s/X7tr7Uh+k9QGXPY YFFdS+kxKjixPX7veswU2Ei4xMSp7nosbHWlVQKEz/oigFsemuUb3Ukm0FTEBJ5ObeQv WqgsvYLJvwvOdpUp96kqu4SBBTiwQrAQDEvOwsK5hHXCobGoDqG+2mP4Zti+DKcr1wxE FQzR+YJldNN+igeWM1q9J1MbNJlYPLduU3OvT0itlYLP5rcJ5HMov4LRQFF05ZPLf/Qt KnPKwQ0ZdOUOWX1eSp9I3dr5HsFPL68GRbHXso7R5SjBDtCX8ISviBrcHMGxJDpdcKqw 3h6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KH4hcn8u5ZVUX0o807yPYiANtFlN/k2GGGGD7hU2Kyo=; b=u5YIgLIy4KZQVXOWLlyPMo5Wiaux2+FcZGcNjhTb9eVeoHCAsN0IkCBYQ0jm9BLKSm A22QgE8omX6IRXRG8DJlkLPDzyI6/Oov0pDTEkMe3cD+14pkbIM60yHQfJZbaahTSiXv 7BG0h1V9A1rHPFvdd6YwFKK4QQI4AoptwVcenKQq+JQ6fVIvIjeT0s7MywoDyVVI+eIn FVYC1ajIL/U2lMNHUeEn8TyQNlOdhJrqnSONQxJr5s1Z/q7dMJwDR3nkShdbXNS5f9LX Ag6d87OwgjWz83saJbGCnJNy4kiwA+9epIkyO/UeYWf6CjapGWtn9whoocmF6wbbnKax KZcg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id va7si4181088ejb.18.2019.11.14.14.59.55; Thu, 14 Nov 2019 15:00:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726767AbfKNW7w (ORCPT + 99 others); Thu, 14 Nov 2019 17:59:52 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:42895 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726319AbfKNW7w (ORCPT ); Thu, 14 Nov 2019 17:59:52 -0500 Received: from callcc.thunk.org (guestnat-104-133-0-98.corp.google.com [104.133.0.98] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id xAEMxfSo032538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 14 Nov 2019 17:59:42 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id 096DD4202FD; Thu, 14 Nov 2019 17:59:41 -0500 (EST) Date: Thu, 14 Nov 2019 17:59:40 -0500 From: "Theodore Y. Ts'o" To: Ritesh Harjani Cc: Olof Johansson , adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, Jan Kara Subject: Re: [PATCH] fs: ext4: remove unused variable warning in parse_options() Message-ID: <20191114225940.GE4579@mit.edu> References: <20191111022523.34256-1-olof@lixom.net> <20191112162341.E3F334204C@d06av24.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191112162341.E3F334204C@d06av24.portsmouth.uk.ibm.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Nov 12, 2019 at 09:53:39PM +0530, Ritesh Harjani wrote: > > > On 11/11/19 7:55 AM, Olof Johansson wrote: > > Commit c33fbe8f673c5 ("ext4: Enable blocksize < pagesize for > > dioread_nolock") removed the only user of 'sbi' outside of the ifdef, > > so it caused a new warning: > > > > fs/ext4/super.c:2068:23: warning: unused variable 'sbi' [-Wunused-variable] > > > > Fixes: c33fbe8f673c5 ("ext4: Enable blocksize < pagesize for dioread_nolock") > > Signed-off-by: Olof Johansson > > hmm, I see that I had CONFIG_QUOTA enabled, so missed this. > Thanks for the patch. > > You may add: > Reviewed-by: Ritesh Harjani Thanks, applied. - Ted