From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v5 2/3] mm: introduce put_user_page*(), placeholder versions To: Jan Kara , CC: Matthew Wilcox , Michal Hocko , Christopher Lameter , Jason Gunthorpe , Dan Williams , , LKML , linux-rdma , , Al Viro , Jerome Glisse , Christoph Hellwig , Ralph Campbell References: <20181010041134.14096-1-jhubbard@nvidia.com> <20181010041134.14096-3-jhubbard@nvidia.com> <20181010080326.GB11507@quack2.suse.cz> From: John Hubbard Message-ID: <75681b69-2db6-bc46-efe3-48d029c9ec22@nvidia.com> Date: Wed, 10 Oct 2018 11:35:51 -0700 MIME-Version: 1.0 In-Reply-To: <20181010080326.GB11507@quack2.suse.cz> Content-Type: text/plain; charset="utf-8" Content-Language: en-US-large Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On 10/10/18 1:03 AM, Jan Kara wrote: > On Tue 09-10-18 21:11:33, john.hubbard@gmail.com wrote: >> +/* >> + * put_user_pages() - for each page in the @pages array, release the page >> + * using put_user_page(). >> + * >> + * Please see the put_user_page() documentation for details. >> + * >> + * This is just like put_user_pages_dirty(), except that it invokes >> + * set_page_dirty_lock(), instead of set_page_dirty(). > > This paragraph should be deleted. Other than that the patch looks good. > Good catch. Fixed locally, and it will go up with the next spin. thanks, -- John Hubbard NVIDIA