Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8daec965 authored by Lee Schermerhorn's avatar Lee Schermerhorn Committed by Linus Torvalds
Browse files

Fix missing numa_zonelist_order sysctl



Misplaced #endif is hiding the numa_zonelist_order sysctl when !SECURITY.

Signed-off-by: default avatarLee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 202a21d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1023,6 +1023,7 @@ static ctl_table vm_table[] = {
		.mode		= 0644,
		.proc_handler	= &proc_doulongvec_minmax,
	},
#endif
#ifdef CONFIG_NUMA
	{
		.ctl_name	= CTL_UNNUMBERED,
@@ -1034,7 +1035,6 @@ static ctl_table vm_table[] = {
		.strategy	= &sysctl_string,
	},
#endif
#endif
#if defined(CONFIG_X86_32) || \
   (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
	{