summaryrefslogtreecommitdiff
path: root/include/linux/memory_hotplug.h
diff options
context:
space:
mode:
authorHugh Dickins <hugh@veritas.com>2007-08-27 16:04:39 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-27 10:27:48 -0700
commit721ebe005c3bb9add55b2e462dfc1bcf8efc6b8f (patch)
tree1b76114dec1d27e31cf165fc10b03705a95d83ea /include/linux/memory_hotplug.h
parent813409771731d80e6fa94199adf99f2269a4afc0 (diff)
downloadkernel-721ebe005c3bb9add55b2e462dfc1bcf8efc6b8f.tar.gz
reverse CONFIG_ACPI_PROC_EVENT default
Sigh. Again an ACPI assault on the Thinkpad's Fn+F4 to suspend to RAM. The default and text for CONFIG_THINKPAD_ACPI_INPUT_ENABLED were fixed in -rc3, but now commit 14e04fb34ffa82ee61ae69f98d8fca12d2e8e31c ("ACPI: Schedule /proc/acpi/event for removal") introduces the ACPI_PROC_EVENT config entry, and defaults it to 'n' to disable it again. Change default to y, and add comment to make it clearer that n is for future distros. Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Len Brown <len.brown@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/memory_hotplug.h')
0 files changed, 0 insertions, 0 deletions
_open and ceph_lookupJeff Layton 2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton 2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques 2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li 2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds 2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton 2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques 2020-06-01ceph: add caps perf metric for each superblockXiubo Li 2020-06-01ceph: add dentry lease metric supportXiubo Li 2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton 2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng 2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton 2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton 2020-03-30ceph: track primary dentry linkJeff Layton 2020-01-27ceph: print dentry offset in hex and fix xattr_version typeXiubo Li