diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-31 21:46:22 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-31 21:46:22 -0500 |
| commit | 73da9e1a9f310a449eeb9bf5735a9cd475fef5e2 (patch) | |
| tree | 82cd78255b0a480340a8427e7ba5586df8280ac4 /kernel/sysctl.c | |
| parent | b2fe5fa68642860e7de76167c3111623aa0d5de1 (diff) | |
| parent | 3f56a2f8030071cf86520ef4fc3045ba6856e610 (diff) | |
Merge branch 'akpm' (patches from Andrew)
Merge updates from Andrew Morton:
- misc fixes
- ocfs2 updates
- most of MM
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (118 commits)
mm: remove PG_highmem description
tools, vm: new option to specify kpageflags file
mm/swap.c: make functions and their kernel-doc agree
mm, memory_hotplug: fix memmap initialization
mm: correct comments regarding do_fault_around()
mm: numa: do not trap faults on shared data section pages.
hugetlb, mbind: fall back to default policy if vma is NULL
hugetlb, mempolicy: fix the mbind hugetlb migration
mm, hugetlb: further simplify hugetlb allocation API
mm, hugetlb: get rid of surplus page accounting tricks
mm, hugetlb: do not rely on overcommit limit during migration
mm, hugetlb: integrate giga hugetlb more naturally to the allocation path
mm, hugetlb: unify core page allocation accounting and initialization
mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes
mm/memcontrol.c: make local symbol static
mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()
include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointer
mm/compaction.c: fix comment for try_to_compact_pages()
mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothing uses it
zsmalloc: use U suffix for negative literals being shifted
...
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 557d46728577..2fb4e27c636a 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -1374,13 +1374,6 @@ static struct ctl_table vm_table[] = { | |||
| 1374 | .mode = 0644, | 1374 | .mode = 0644, |
| 1375 | .proc_handler = proc_dointvec, | 1375 | .proc_handler = proc_dointvec, |
| 1376 | }, | 1376 | }, |
| 1377 | { | ||
| 1378 | .procname = "hugepages_treat_as_movable", | ||
| 1379 | .data = &hugepages_treat_as_movable, | ||
| 1380 | .maxlen = sizeof(int), | ||
| 1381 | .mode = 0644, | ||
| 1382 | .proc_handler = proc_dointvec, | ||
| 1383 | }, | ||
| 1384 | { | 1377 | { |
| 1385 | .procname = "nr_overcommit_hugepages", | 1378 | .procname = "nr_overcommit_hugepages", |
| 1386 | .data = NULL, | 1379 | .data = NULL, |
