]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 21 Jun 2016 06:36:30 +0000 (16:36 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 21 Jun 2016 06:36:30 +0000 (16:36 +1000)
commitb2327e1a7980c9769f52f21a50c472dbfa888576
treeab254532873665860ea384b0e8eec3a15a41e5c3
parentd2fd405fa35f60ba4c53149428ddc443fc6d13ac
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros

Source kernel commit 09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a

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.

[....]

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/libxfs_priv.h
libxfs/xfs_bmap.c