]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - mm/madvise.c
mm: remove shmem_mapping() shmem_zero_setup() duplicates
authorHugh Dickins <hughd@google.com>
Fri, 24 Feb 2017 22:59:36 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2017 01:46:56 +0000 (17:46 -0800)
commit3a4f8a0b3ffa733ffbb327685e83b63383127cf6
treeac3fcbbb7f03d70d18949885e860a7bf4da40d6f
parente02dc017c3032dcdce1b993af0db135462e1b4b7
mm: remove shmem_mapping() shmem_zero_setup() duplicates

Remove the prototypes for shmem_mapping() and shmem_zero_setup() from
linux/mm.h, since they are already provided in linux/shmem_fs.h.  But
shmem_fs.h must then provide the inline stub for shmem_mapping() when
CONFIG_SHMEM is not set, and a few more cfiles now need to #include it.

Link: http://lkml.kernel.org/r/alpine.LSU.2.11.1702081658250.1549@eggly.anvils
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/microblaze/pci/pci-common.c
arch/powerpc/kernel/pci-common.c
include/linux/mm.h
include/linux/shmem_fs.h
mm/madvise.c
mm/memcontrol.c
mm/mincore.c
mm/truncate.c
mm/workingset.c