From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E21F718C31; Thu, 4 Jan 2024 06:08:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id D5DCE68AFE; Thu, 4 Jan 2024 07:08:22 +0100 (CET) Date: Thu, 4 Jan 2024 07:08:22 +0100 From: Christoph Hellwig To: Bart Van Assche Cc: Christoph Hellwig , "Martin K . Petersen" , linux-scsi@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Jens Axboe , Daejun Park , Kanchan Joshi , Alexander Viro , Christian Brauner , Jeff Layton , Chuck Lever Subject: Re: [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode Message-ID: <20240104060822.GA29011@lst.de> References: <20231219000815.2739120-1-bvanassche@acm.org> <20231219000815.2739120-7-bvanassche@acm.org> <20231228071206.GA13770@lst.de> <00cf8ffa-8ad5-45e4-bf7c-28b07ab4de21@acm.org> <20240103090204.GA1851@lst.de> <23753320-63e5-4d76-88e2-8f2c9a90505c@acm.org> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23753320-63e5-4d76-88e2-8f2c9a90505c@acm.org> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Jan 03, 2024 at 03:09:00PM -0800, Bart Van Assche wrote: > Since struct address_space does not have a member with the name "inode", > I assume that you meant "host" instead of "inode"? Yes, sorry. > If so, how about > modifying patch 06 of this series as shown below? With the patch below > my tests still pass. This looks good, thanks.