Re: [PATCH 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros

From: Christoph Lameter
Date: Mon Mar 21 2016 - 13:29:39 EST


On Mon, 21 Mar 2016, Kirill A. Shutemov wrote:

> We do have two page sizes in the page cache. It's the only option to get
> transparent huge pages transparent.

Should then not PAGE_CACHE_SIZE take a page parameter and return the
correct page size?