Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1384666ybk; Thu, 14 May 2020 07:43:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz/zSjUpvogRax/e9KfXSd5URhZSGa5aLCoQ24ONphgOj9eVKmtk9f8sAejeOWhsdNx6gnP X-Received: by 2002:a05:6402:c97:: with SMTP id cm23mr4139659edb.384.1589467423073; Thu, 14 May 2020 07:43:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589467423; cv=none; d=google.com; s=arc-20160816; b=I4hzJkKpB57KJj/gwjhoc4bVwPlAPWCuO1HUI5v+HX1+hsrHYoZLXo60xgWAFkOOM7 tgN8FchdTOuSSnxdwitG9CsdBPti5ZZP83tlVZGYFdYqC1fJXdumTmWkLd3K58JVeLI8 DW9BRdWBUKwfDoBCHYNYyhvjsGv9S7AA46TVMmKiGxO6egmgNWs9nUfl4O8x0Qjmsc6p aJYquqYYLAwsjE31LVIVlr3/Z7soAnij0PrnHdcF1foEBKAJdnxlInPpXAs4rWMOVjJX 2Pz20sz3GZ679Zmb3SmnA8bejwcToXv419keR6EwEOafae1OQCHyJ2b+Ca2e+AxLOTqm OVzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=p1Jm3uM3k7xK0DD4EWxxhTuX7bU+Oq7/IqFMWAf5woU=; b=IfKIMH09KIiyRoeBLxVCGEU3XXZnYRvFBslWgZZb/1RKmnw7oOoi5GxGEuk2/gzoNU lZZuN95z16MNJx+QxS/qWEaez886yv02It356WSQeJmogXv36yeGYGDaMsRH1I4OvvL3 gNSvy3qqLzBKCEDct0VmSIkM+zFFNaGpcPcReo14EmVyY8vl5/6oUEpCzWk7mxs9RP3t 7aN6YcVh74jSrxvHTBz1p8ESBc27FsIYkusghCDvXyQViK22idV6yl+Ms1JvEbb9HsdO 4WMzh43Hu6ccWoYbl7O8hEjsX+0NlaP3H3nSWHwRDBHR+ta7+fkBMJ75B1ff8ICwgV/I q+QA== 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 ly17si2160577ejb.148.2020.05.14.07.43.18; Thu, 14 May 2020 07:43:43 -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 S1726073AbgENOnL (ORCPT + 99 others); Thu, 14 May 2020 10:43:11 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:57411 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726066AbgENOnL (ORCPT ); Thu, 14 May 2020 10:43:11 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04EEh6Yd003567 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 14 May 2020 10:43:06 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 22D7F420304; Thu, 14 May 2020 10:43:06 -0400 (EDT) Date: Thu, 14 May 2020 10:43:06 -0400 From: "Theodore Y. Ts'o" To: Jan Kara Cc: Eric Whitney , linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/2] ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag Message-ID: <20200514144306.GQ1596452@mit.edu> References: <20200415203140.30349-1-enwlinux@gmail.com> <20200415203140.30349-2-enwlinux@gmail.com> <20200422161214.GE20756@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200422161214.GE20756@quack2.suse.cz> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Apr 22, 2020 at 06:12:14PM +0200, Jan Kara wrote: > On Wed 15-04-20 16:31:39, Eric Whitney wrote: > > The eofblocks code was removed in the 5.7 release by "ext4: remove > > EOFBLOCKS_FL and associated code" (4337ecd1fe99). The ext4_map_blocks() > > flag used to trigger it can now be removed as well. > > > > Signed-off-by: Eric Whitney > > Looks good to me. You can add: > > Reviewed-by: Jan Kara Applied, thanks. - Ted