Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp1737026pxu; Thu, 8 Oct 2020 20:58:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyr6+aofQcy3zWH3VEpIExwYSZaNjE7MkGTuBwmJ8BrsHmUHUDrf8xB+bi2SG3vp+DkUozv X-Received: by 2002:a05:6402:21f3:: with SMTP id ce19mr12739560edb.23.1602215881052; Thu, 08 Oct 2020 20:58:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602215881; cv=none; d=google.com; s=arc-20160816; b=doHy8WNM+64V1Q5kAVbEM9KrQ0wu+jGF5z66cfpJ8uTzmp5kx4cmOt0jyhkzSFXyCK jgwQa6THFoKV49FFqlbpCUpMlCCak0EA9c4BJkyTwvFtt1fuGjZnJfVlwMhd8IdZeC1U PIgr9UwRfRgi+nkWp5deAtzkb1WppM3qfoYd0jQfAhbFFGj3vTj69LszGYECtxOcPPku MFOCHjVVxaCrFy1Rn2EcTIzfZf/iuGcMzWAIfNJKkSnxvqMA0O8vX3euJXljf9nysBnw 0EOPlrQrqyu2iJQYKeQZcmOa22BCz0z7FxdWOWK+hDFBKNF5ingvNKa2QLHTT789Smv/ KVcA== 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=Cb0TOB2z+g7g0kVYuWUPPgsiP2wfDvw2lrXPR1q0TbE=; b=aMzNJyI9fYiueAasWqrMJ4WNTw8shWkLxzzg5OJM5QvXFoZKbauBXttS1C6ymF2m3t ilKzWNGu3WyGVpooWy1+VrhhDR2FypivTqCDFy/JpvAsDK2AIp7NlzykatbCNNRsPjlE xZ0i73Q0NCMRmEfYqxxyPgcQoNOV61Xbiq/fo843xXbodLcNG6yvsOzmEMiRem6Rp6qx p6JVW2mdMu4tSGqJuedv+m2u3O9Bhi9YHQnPzVUGO/QrmEqVEvZ067rEJd6hnrEgONJz mHrOKsnkMbOiQ6JXd9XR7oUnuWQ7a37p1CJbZ5s1SsXPV1fkLY6rsmVb8fApJDOGjc9s ms+g== 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 gz18si5217712ejb.408.2020.10.08.20.57.37; Thu, 08 Oct 2020 20:58:01 -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 S1727737AbgJICHl (ORCPT + 99 others); Thu, 8 Oct 2020 22:07:41 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:44069 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726567AbgJICHl (ORCPT ); Thu, 8 Oct 2020 22:07:41 -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 09925P2I032441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 8 Oct 2020 22:05:26 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 8274F420107; Thu, 8 Oct 2020 22:05:25 -0400 (EDT) Date: Thu, 8 Oct 2020 22:05:25 -0400 From: "Theodore Y. Ts'o" To: Mauricio Faria de Oliveira Cc: linux-ext4@vger.kernel.org, ocfs2-devel@oss.oracle.com, Jan Kara , Andreas Dilger , dann frazier , Joseph Qi Subject: Re: [PATCH v5 1/4] jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() Message-ID: <20201009020525.GE235506@mit.edu> References: <20201006004841.600488-1-mfo@canonical.com> <20201006004841.600488-2-mfo@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201006004841.600488-2-mfo@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Oct 05, 2020 at 09:48:38PM -0300, Mauricio Faria de Oliveira wrote: > Export functions that implement the current behavior done > for an inode in journal_submit|finish_inode_data_buffers(). > > No functional change. > > Signed-off-by: Mauricio Faria de Oliveira > Suggested-by: Jan Kara > Reviewed-by: Jan Kara > Reviewed-by: Andreas Dilger Thanks, applied. - Ted