diff options
author | Thomas Gleixner <[email protected]> | 2017-09-12 21:37:14 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-09-14 11:41:07 +0200 |
commit | 51d4052b01ca555e0d1d5fe297b309beb6c64aa0 (patch) | |
tree | a1a54fe4d90c13a924f364a4b5a8fe15ba4453c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3b371b5936e7777c819619c00ca60f196a8e13fa (diff) |
watchdog/sysctl: Get rid of the #ifdeffery
The sysctl of the nmi_watchdog file prevents writes by setting:
min = max = 0
if none of the users is enabled. That involves ifdeffery and is competely
non obvious.
If none of the facilities is enabeld, then the file can simply be made read
only. Move the ifdeffery into the header and use a constant for file
permissions.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Don Zickus <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sebastian Siewior <[email protected]>
Cc: Ulrich Obergfell <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions