summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
diff options
context:
space:
mode:
authorJérémy Lefaure2016-12-13 01:43:23 +0100
committerLinus Torvalds2016-12-13 03:55:08 +0100
commitf1f5929cd9715c1cdfe07a890f12ac7d2c5304ec (patch)
treef83038159784d226d627b30820dd8632093f63db /mm/readahead.c
parentfs/fs-writeback.c: remove redundant if check (diff)
downloadkernel-qcow2-linux-f1f5929cd9715c1cdfe07a890f12ac7d2c5304ec.tar.gz
kernel-qcow2-linux-f1f5929cd9715c1cdfe07a890f12ac7d2c5304ec.tar.xz
kernel-qcow2-linux-f1f5929cd9715c1cdfe07a890f12ac7d2c5304ec.zip
shmem: fix compilation warnings on unused functions
Compiling shmem.c with SHMEM and TRANSAPRENT_HUGE_PAGECACHE enabled raises warnings on two unused functions when CONFIG_TMPFS and CONFIG_SYSFS are both disabled: mm/shmem.c:390:20: warning: `shmem_format_huge' defined but not used [-Wunused-function] static const char *shmem_format_huge(int huge) ^~~~~~~~~~~~~~~~~ mm/shmem.c:373:12: warning: `shmem_parse_huge' defined but not used [-Wunused-function] static int shmem_parse_huge(const char *str) ^~~~~~~~~~~~~~~~ A conditional compilation on tmpfs or sysfs removes the warnings. Link: http://lkml.kernel.org/r/20161118055749.11313-1-jeremy.lefaure@lse.epita.fr Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> Acked-by: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/readahead.c')
0 files changed, 0 insertions, 0 deletions