]> git.baikalelectronics.ru Git - kernel.git/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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:31 +0000 (14:30 -0800)
commit68d1c09d784f15de1fb0ec5906b4b858b28acbd0
treea1e04ba5026728711bde87cb2f336d2444ee6ffe
parentb1d7d4bdf25f6c89cf4725bbbab6bad982a96d86
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