[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201125124603.GL4327@casper.infradead.org>
Date: Wed, 25 Nov 2020 12:46:03 +0000
From: Matthew Wilcox <willy@...radead.org>
To: Vlastimil Babka <vbabka@...e.cz>
Cc: akpm@...ux-foundation.org, davem@...emloft.net, rppt@...nel.org,
sparclinux@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: [PATCH 2/2] mm: Move free_unref_page to mm/internal.h
On Wed, Nov 25, 2020 at 01:34:04PM +0100, Vlastimil Babka wrote:
> On 11/25/20 4:46 AM, Matthew Wilcox (Oracle) wrote:
> > Code outside mm/ should not be calling free_unref_page(). Also
> > move free_unref_page_list().
>
> Good idea.
>
> > Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
>
> Acked-by: Vlastimil Babka <vbabka@...e.cz>
>
> There seems to be some effort to remove "extern" from function declarations
> from headers. Do we want to do that, at once, or piecemeal? If the latter,
> this is a chance for these functions at least :)
I'm generally in favour of those efforts, but since I was just moving
the function declarations, and all the code near the destination was
using 'extern', I decided not to remove it so as to avoid getting caught
up in bikeshedding ...
Powered by blists - more mailing lists