aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/902-debloat_proc.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-15 11:20:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-15 11:20:38 +0000
commit60312cff17f66cb5080ed3e3944e8afb041cb1d9 (patch)
tree30cc8131a0e993f690e5d6a3a43bd06beac54eee /target/linux/generic/patches-4.4/902-debloat_proc.patch
parent067a43e0fb305945127fb0239cb4e1e540cd16b3 (diff)
downloadmaster-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.tar.gz
master-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.tar.bz2
master-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.zip
generic/4.4: bump to -rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47894 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.4/902-debloat_proc.patch')
-rw-r--r--target/linux/generic/patches-4.4/902-debloat_proc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/902-debloat_proc.patch b/target/linux/generic/patches-4.4/902-debloat_proc.patch
index 2d7cc5d904..57ceeae82c 100644
--- a/target/linux/generic/patches-4.4/902-debloat_proc.patch
+++ b/target/linux/generic/patches-4.4/902-debloat_proc.patch
@@ -133,8 +133,8 @@
}
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
-@@ -1551,10 +1551,12 @@ static int __init setup_vmstat(void)
- cpu_notifier_register_done();
+@@ -1553,10 +1553,12 @@ static int __init setup_vmstat(void)
+ vmstat_wq = alloc_workqueue("vmstat", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0);
#endif
#ifdef CONFIG_PROC_FS
- proc_create("buddyinfo", S_IRUGO, NULL, &fragmentation_file_operations);