Re: [PATCH 01/71] arc: get rid of PAGE_CACHE_* and page_cache_{get,release} macros

From: Linus Torvalds
Date: Sun Mar 20 2016 - 15:14:03 EST


On Sun, Mar 20, 2016 at 12:00 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>>
>> It doesn't help legibility or testing, so let's just do it in one big go.
>
> Might make sense splitting it by the thing being removed, though - easier
> to visually verify that it's doing the right thing when all replacements
> are of the same sort...

Yeah, that might indeed make each patch easier to read, and if
something goes wrong (which looks unlikely, but hey, shit happens), it
also makes it easier to see just what went wrong.

Linus