Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1795388pxk; Fri, 2 Oct 2020 21:09:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJznnw+mT1IXH3LPGVrTZn6BH69Ie4BDPajFcyxeN1M+Bm1oknMtp4ruwgppsK/S7a1st6vX X-Received: by 2002:a50:d61e:: with SMTP id x30mr6018174edi.70.1601698160873; Fri, 02 Oct 2020 21:09:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601698160; cv=none; d=google.com; s=arc-20160816; b=lV18O+xBAVqggS12TaU7JIR6HNhGNMYGKPqwwzhrXUtQ6rdtAl1AgEZ0NSoWrh6d7m kjZ+sOQrFc4U+NjMf1eWRWJNLWxGXRcc/uuGA3Uhs++V+0aPDH/+uGQxhdFOLeOs8kWM 3H5mE6DbOAdJkHD30t3SlyLKwIL7iIMC0Kt+61B3MipH/xEZxtFwKGshVyGHyrAhorae qkIboLQPcc7sPPljzJX4o4Sw0FGFM/am/KjAHLNRzbWtYg2aomXpDrv5wM0gxNMD8ez7 YqNNrynGK0YZeqYka1hUZ+8bQsppstbdmerQLl+q2FsamvByZATZlKIdHPjFYFppZD+D 1BpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=2Ql8DFbkLiErywnI8TY2rgwuT60RQfjCUSutfPxTaUw=; b=KjydlbNCc0T8YUzy+6sgAxAZC3dVJzTt/LZWC7e74o1ZGNRkGDr+27fMhAKh02Jhlj Ta0DgtxRhwaPYEgzNPP2W3NsZgMU6jw5Qq4P/Vcdt+BMrh+obCx/m/BkUQXIjTRCQFbE GU84001RI6SRW+YZg551CBq7Eo3ItkzQh7Ak1JRj8Rx5ZQ7IT7qyqdi7uefccYngaVAV PswmMEAe56e6m87WKK3CAi8GYUhtAxyfO4UmxCmZNl3u/MNTHFBCSCNlLetv25UHDhiU oQL1+DPpuVcxLb8aHckgJFdRJxABIHeNL1Rx1I9dqfr1oBp0XpnT6ZXIOsFCOzTlKn+i vYlQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f16si2455402ejw.579.2020.10.02.21.08.58; Fri, 02 Oct 2020 21:09:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725780AbgJCEIw (ORCPT + 99 others); Sat, 3 Oct 2020 00:08:52 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40291 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725446AbgJCEIw (ORCPT ); Sat, 3 Oct 2020 00:08:52 -0400 Received: from callcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 09348ipi015629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 3 Oct 2020 00:08:45 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id BC77142003C; Sat, 3 Oct 2020 00:08:44 -0400 (EDT) Date: Sat, 3 Oct 2020 00:08:44 -0400 From: "Theodore Y. Ts'o" To: Nikolay Borisov Cc: linux-ext4@vger.kernel.org, adilger.kernel@dilger.ca Subject: Re: [PATCH] ext4: Remove unused argument from ext4_(inc|dec)_count Message-ID: <20201003040844.GA23474@mit.edu> References: <20200826133116.11592-1-nborisov@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200826133116.11592-1-nborisov@suse.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Aug 26, 2020 at 04:31:16PM +0300, Nikolay Borisov wrote: > The 'handle' argument is not used for anything so simply remove it. > > Signed-off-by: Nikolay Borisov Applied, thanks. - Ted