Re: [PATCH 01/71] arc: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-03-20 18:54:56
Also in:
linux-fsdevel
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-03-20 18:54:56
Also in:
linux-fsdevel
I'm OK with this, but let's not do this as a hundred small patches, OK?
It doesn't help legibility or testing, so let's just do it in one big go.
Linus
On Mar 20, 2016 11:41 AM, "Kirill A. Shutemov" <
kirill.shutemov@linux.intel.com> wrote:
PAGE_CACHE_{SIZE,SHIFT,MASK,ALIGN} macros were introduced *long* time ago
with promise that one day it will be possible to implement page cache with
bigger chunks than PAGE_SIZE.
This promise never materialized. And unlikely will.