Re: [PATCH 1/3] mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
From: Linus Torvalds
Date: Mon Mar 21 2016 - 13:02:29 EST
On Mon, Mar 21, 2016 at 5:06 AM, Kirill A. Shutemov
<kirill.shutemov@xxxxxxxxxxxxxxx> wrote:
>
> This patch contains automated changes generated with coccinelle using
> script below. For some reason, coccinelle doesn't patch header files.
> I've called spatch for them manually.
Looks good.
Mind reminding me and re-sending the patches about this after the
merge window is over? Maybe around rc2 or so?
I definitely don't want to apply this while I'm still in the merge
window, but considering that it's almost entirely automated and should
be very safe - and to avoid conflicts during the _next_ merge window -
I'd actually prefer to merge this early rather than late.
Linus