Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1356991pxu; Thu, 17 Dec 2020 08:10:18 -0800 (PST) X-Google-Smtp-Source: ABdhPJwCxS5V0ynJAU2p2Te1hS+UHc6uEyVMS/T5v+9kqeWLHmnN9WGx4grQePeFGT7IyWU73WVf X-Received: by 2002:a17:907:2070:: with SMTP id qp16mr35440410ejb.503.1608221418309; Thu, 17 Dec 2020 08:10:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608221418; cv=none; d=google.com; s=arc-20160816; b=eCI+pKF9NgoJXqerG5xYde0ZIO/nkDHr6sEv0h72oL3wCp95jkBvjsqJnkA/y0ja7/ MbL7KK/+tRCfShuqLEJ1laEub6pX/6lAbBehTSY+xXaEqLXGpGY/4Z+Sw+vkepk3pSG5 OS8B0MX7mVTNfSyot2favHW6P7TJZ9uKJjgGduD6jk7ckR8NasqaPOaO9RcXJQ2Ju0Pd FDE6IGfteXP7bT+HOIc3iM1xXr+dvvUAU9fYqeWKW9Z2ZVfGY6rhXh2K6VHEBxngOrqB lqWNtmI6BKH0NjcIyuP/spwcX/X5lAobLmkMQNcS+xrBY9Hh07nt7q9re1HP6thb9gNN oF0A== 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=17AgYzPAUJfP+abe/4aN0nqPrdGu6ulfoY1Z236V4gU=; b=AW7XbbfWB8m5INgk05F5x0VOMRlDEfl0YVYAYorpbRcfE/glJFgovL8wsiRDhmGBhR iAm5vr/yJkHYIOjy0hxRezzLFm9KQFhwB5en9JMch/O5vImVs/gvQiLD4N0AS6IMRD4h LF9LYoMNj6N7kZKi3yKQ58ucFsVuX7H7jfClDn4p+MbE/9Uu2+ExqSyjLVNPYjV59ZS0 Rwc/fMicjaHwQmxLKtHr8dIfu0NyQcRw9GfRRh6CJe6FuvcrCIGPZwFYqPvfdHptCEcG pXivtJttHyuiI147ZEUidpG8aILr011AELDyWMmmZ1RwhPhQadIOubiCFmON56yVgGva G2Uw== 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 3si4815393edx.407.2020.12.17.08.09.54; Thu, 17 Dec 2020 08:10:18 -0800 (PST) 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 S1728052AbgLQQJe (ORCPT + 99 others); Thu, 17 Dec 2020 11:09:34 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:58150 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727566AbgLQQJd (ORCPT ); Thu, 17 Dec 2020 11:09:33 -0500 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 0BHG8iXU016254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 17 Dec 2020 11:08:44 -0500 Received: by callcc.thunk.org (Postfix, from userid 15806) id C51E7420280; Thu, 17 Dec 2020 11:08:43 -0500 (EST) Date: Thu, 17 Dec 2020 11:08:43 -0500 From: "Theodore Y. Ts'o" To: Jan Kara Cc: linux-ext4@vger.kernel.org, harshad shirwadkar Subject: Re: [PATCH 8/8] ext4: Drop ext4_handle_dirty_super() Message-ID: References: <20201216101844.22917-1-jack@suse.cz> <20201216101844.22917-9-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201216101844.22917-9-jack@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Dec 16, 2020 at 11:18:44AM +0100, Jan Kara wrote: > The wrapper is now useless since it does what > ext4_handle_dirty_metadata() does. Just remove it. > > Signed-off-by: Jan Kara Thanks, applied. - Ted