diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-12-15 11:20:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-12-15 11:20:38 +0000 |
commit | 5705d058eb0abea99dfa47dbbdb8ef9cd47ae0b8 (patch) | |
tree | 8784110fb6ac1721ce5773b655efa2226e7f03a3 /target/linux/generic/patches-4.4/902-debloat_proc.patch | |
parent | 513702e6580e8c790894f85d92e0d8a2745406fb (diff) | |
download | upstream-5705d058eb0abea99dfa47dbbdb8ef9cd47ae0b8.tar.gz upstream-5705d058eb0abea99dfa47dbbdb8ef9cd47ae0b8.tar.bz2 upstream-5705d058eb0abea99dfa47dbbdb8ef9cd47ae0b8.zip |
generic/4.4: bump to -rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47894
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.patch | 4 |
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); |