]> git.hungrycats.org Git - linux/commit
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)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 3 Oct 2018 03:09:51 +0000 (04:09 +0100)
commite4c2e72564fbefbe691e445d68c86967ec559bb2
tree35f7ddbf22be851db10ad9a506f0a9111cf9e022
parent9b32e3ea687fa273d4cacdac9f9bc6753904220e
rmap: drop support of non-linear mappings

commit 27ba0644ea9dfe6e7693abc85837b60e40583b96 upstream.

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>
[bwh: Backported to 3.16:
 - Deleted code is slightly different
 - Adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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