[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8/wwy6OJEqjzRfZ@infradead.org>
Date: Tue, 24 Jan 2023 06:52:51 -0800
From: Christoph Hellwig <hch@...radead.org>
To: David Howells <dhowells@...hat.com>
Cc: David Hildenbrand <david@...hat.com>,
Al Viro <viro@...iv.linux.org.uk>,
Christoph Hellwig <hch@...radead.org>,
Matthew Wilcox <willy@...radead.org>,
Jens Axboe <axboe@...nel.dk>, Jan Kara <jack@...e.cz>,
Jeff Layton <jlayton@...nel.org>,
Logan Gunthorpe <logang@...tatee.com>,
linux-fsdevel@...r.kernel.org, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org, Christoph Hellwig <hch@....de>,
linux-mm@...ck.org
Subject: Re: [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
On Tue, Jan 24, 2023 at 02:41:33PM +0000, David Howells wrote:
> Yes. Christoph insisted that the bio conversion patch be split up. That
> means there's an interval where you can get FOLL_GET from that.
The only place where we have both is in the block layer. It never gets
set by bio_set_cleanup_mode.
Instead we can just keep using put_page dirctly for the BIO_PAGE_REFFED
case in the callers of bio_release_page and in bio_release_pages itself,
and then do away with bio_to_gup_flags and bio_release_page entirely.
Powered by blists - more mailing lists