rmap: drop support of non-linear mappings
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 10 Feb 2015 22:09:59 +0000 (14:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:31 +0000 (14:30 -0800)
commit27ba0644ea9dfe6e7693abc85837b60e40583b96
treea1e04ba5026728711bde87cb2f336d2444ee6ffe
parent1da4b35b001481df99a6dcab12d5d39a876f7056
rmap: drop support of non-linear mappings

We don't create non-linear mappings anymore.  Let's drop code which
handles them in rmap.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/cachetlb.txt
fs/inode.c
include/linux/fs.h
include/linux/mm.h
include/linux/mm_types.h
include/linux/rmap.h
kernel/fork.c
mm/migrate.c
mm/mmap.c
mm/rmap.c
mm/swap.c