Re: [PATCH v10 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
From: David Hildenbrand <hidden>
Date: 2023-01-26 09:29:29
Also in:
linux-fsdevel, linux-mm, lkml
From: David Hildenbrand <hidden>
Date: 2023-01-26 09:29:29
Also in:
linux-fsdevel, linux-mm, lkml
On 25.01.23 22:06, David Howells wrote:
From: Christoph Hellwig <hch@lst.de> Replace BIO_NO_PAGE_REF with a BIO_PAGE_REFFED flag that has the inverted meaning is only set when a page reference has been acquired that needs to be released by bio_release_pages(). Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: John Hubbard <jhubbard@nvidia.com> cc: Al Viro <viro@zeniv.linux.org.uk> cc: Jens Axboe <axboe@kernel.dk> cc: Jan Kara <jack@suse.cz> cc: Matthew Wilcox <willy@infradead.org> cc: Logan Gunthorpe <logang@deltatee.com> cc: linux-block@vger.kernel.org ---
Reviewed-by: David Hildenbrand <redacted> -- Thanks, David / dhildenb