|
@@ -370,6 +370,7 @@ static bool shmem_confirm_swap(struct address_space *mapping,
|
|
|
|
|
|
int shmem_huge __read_mostly;
|
|
|
|
|
|
+#if defined(CONFIG_SYSFS) || defined(CONFIG_TMPFS)
|
|
|
static int shmem_parse_huge(const char *str)
|
|
|
{
|
|
|
if (!strcmp(str, "never"))
|
|
@@ -407,6 +408,7 @@ static const char *shmem_format_huge(int huge)
|
|
|
return "bad_val";
|
|
|
}
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
static unsigned long shmem_unused_huge_shrink(struct shmem_sb_info *sbinfo,
|
|
|
struct shrink_control *sc, unsigned long nr_to_split)
|