Re: [PATCH v8 07/10] block: Switch to pinning pages.
From: Christoph Hellwig <hch@infradead.org>
Date: 2023-01-23 18:24:35
Also in:
linux-fsdevel, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2023-01-23 18:24:35
Also in:
linux-fsdevel, lkml
On Mon, Jan 23, 2023 at 05:30:04PM +0000, David Howells wrote:
Add BIO_PAGE_PINNED to indicate that the pages in a bio are pinned (FOLL_PIN) and that the pin will need removing.
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>