From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 6 Jun 2023 08:43:43 +0200 Subject: [Cluster-devel] [PATCH 09/12] fs: factor out a direct_write_fallback helper In-Reply-To: <20230606000414.GJ1325469@frogsfrogsfrogs> References: <20230601145904.1385409-1-hch@lst.de> <20230601145904.1385409-10-hch@lst.de> <20230606000414.GJ1325469@frogsfrogsfrogs> Message-ID: <20230606064343.GA27497@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.