From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v3 1/2] mm: introduce page reference manipulation functions Date: Wed, 24 Feb 2016 17:53:33 -0800 Message-ID: <20160224175333.8957903d.akpm@linux-foundation.org> References: <1456212078-22732-1-git-send-email-iamjoonsoo.kim@lge.com> <20160223153244.83a5c3ca430c4248a4a34cc0@linux-foundation.org> <20160225003454.GB9723@js1304-P5Q-DELUXE> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160225003454.GB9723@js1304-P5Q-DELUXE> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joonsoo Kim Cc: Michal Nazarewicz , Minchan Kim , Mel Gorman , Vlastimil Babka , "Kirill A. Shutemov" , Sergey Senozhatsky , Steven Rostedt , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org On Thu, 25 Feb 2016 09:34:55 +0900 Joonsoo Kim wrote: > > > > The patches will be a bit of a pain to maintain but surprisingly they > > apply OK at present. It's possible that by the time they hit upstream, > > some direct ->_count references will still be present and it will > > require a second pass to complete the conversion. > > In fact, the patch doesn't change direct ->_count reference for > *read*. That's the reason that it is surprisingly OK at present. > > It's a good idea to change direct ->_count reference even for read. > How about changing it in rc2 after mering this patch in rc1? Sounds fair enough. Although I'm counting only 11 such sites so perhaps we just go ahead and do it?