From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] iomap: get/put the page in iomap_page_create/release() To: Christoph Hellwig , CC: Michal Hocko , , References: <20181115003000.1358007-1-pjaroszynski@nvidia.com> <20181115093045.GA14847@lst.de> From: Piotr Jaroszynski Message-ID: Date: Thu, 15 Nov 2018 10:44:51 -0800 MIME-Version: 1.0 In-Reply-To: <20181115093045.GA14847@lst.de> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On 11/15/18 1:30 AM, Christoph Hellwig wrote: >> Fixes: 82cb14175e7d ("xfs: add support for sub-pagesize writeback >> without buffer_heads") > > I've never seen line breaks in Fixes tags, is this really a valid format? Probably not, fixed in v2. > >> + /* >> + * At least migrate_page_move_mapping() assumes that pages with private >> + * data have their count elevated by 1. >> + */ > > I'd drop the "At least". Fixed in v2. > > Otherwise this looks fine to me: > > Reviewed-by: Christoph Hellwig > Thanks! Thanks, Piotr