[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZCDqN769Zsz0D6oc@infradead.org>
Date: Sun, 26 Mar 2023 17:58:31 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Matthew Wilcox <willy@...radead.org>
Cc: "Darrick J. Wong" <djwong@...nel.org>,
Ritesh Harjani <ritesh.list@...il.com>,
Theodore Tso <tytso@....edu>,
Andreas Dilger <adilger.kernel@...ger.ca>,
linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
On Thu, Mar 23, 2023 at 03:30:38PM +0000, Matthew Wilcox wrote:
> I really want to see a cheaper abstraction for accessing the block device
> than BHs. Or xfs_buf for that matter.
You literally can just use the bdev page cache using the normal page
cache helpers. It's not quite what most of these file systems expect,
though, especially for the block size < PAGE_SIZE case.
Powered by blists - more mailing lists