[RFC][PATCH 4/8] mm: pcp: move pageset sysctl code to sysctl.c

2013-10-15 Thread Dave Hansen
From: Dave Hansen The percpu_pagelist_fraction_sysctl_handler() code is currently in page_alloc.c, probably because it uses some functions static to that file. Now that it is smaller and its interactions with the rest of the allocator code are confined to update_all_zone_pageset_limits(), it

[RFC][PATCH 4/8] mm: pcp: move pageset sysctl code to sysctl.c

2013-10-15 Thread Dave Hansen
From: Dave Hansen dave.han...@linux.intel.com The percpu_pagelist_fraction_sysctl_handler() code is currently in page_alloc.c, probably because it uses some functions static to that file. Now that it is smaller and its interactions with the rest of the allocator code are confined to