From: Hugh Dickins Date: Wed, 22 Mar 2006 08:08:46 +0000 (-0800) Subject: [PATCH] shmem: inline to avoid warning X-Git-Tag: v2.6.17-rc1~1129^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15c023b44e5d323f1f4130b85d29f08e43433b1;p=pandora-kernel.git [PATCH] shmem: inline to avoid warning shmem.c was named and shamed in Jesper's "Building 100 kernels" warnings: shmem_parse_mpol is only used when CONFIG_TMPFS parses mount options; and only called from that one site, so mark it inline like its non-NUMA stub. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed