From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65D0BC7EE2F for ; Tue, 6 Jun 2023 06:43:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235005AbjFFGnu (ORCPT ); Tue, 6 Jun 2023 02:43:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230499AbjFFGnt (ORCPT ); Tue, 6 Jun 2023 02:43:49 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 864B191; Mon, 5 Jun 2023 23:43:48 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 294C46732D; Tue, 6 Jun 2023 08:43:44 +0200 (CEST) Date: Tue, 6 Jun 2023 08:43:43 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , Matthew Wilcox , Jens Axboe , Xiubo Li , Ilya Dryomov , Alexander Viro , Christian Brauner , Theodore Ts'o , Jaegeuk Kim , Chao Yu , Miklos Szeredi , Andreas Gruenbacher , Trond Myklebust , Anna Schumaker , Damien Le Moal , Andrew Morton , linux-block@vger.kernel.org, ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, cluster-devel@redhat.com, linux-xfs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-mm@kvack.org, Miklos Szeredi Subject: Re: [PATCH 09/12] fs: factor out a direct_write_fallback helper Message-ID: <20230606064343.GA27497@lst.de> References: <20230601145904.1385409-1-hch@lst.de> <20230601145904.1385409-10-hch@lst.de> <20230606000414.GJ1325469@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230606000414.GJ1325469@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jun 05, 2023 at 05:04:14PM -0700, Darrick J. Wong wrote: > On Thu, Jun 01, 2023 at 04:59:01PM +0200, Christoph Hellwig wrote: > > Add a helper dealing with handling the syncing of a buffered write fallback > > for direct I/O. > > > > Signed-off-by: Christoph Hellwig > > Reviewed-by: Damien Le Moal > > Reviewed-by: Miklos Szeredi > > Looks good to me; whose tree do you want this to go through? Andrew has already picked them up.