Skip to content
Commit 8c6a98b2 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Dmitry Torokhov
Browse files

Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent



Currently sysrq_enabled and __sysrq_enabled are initialised separately
and inconsistently, leading to sysrq being actually enabled by reported
as not enabled in sysfs.  The first change to the sysfs configurable
synchronises these two:

    static int __read_mostly sysrq_enabled = 1;
    static int __sysrq_enabled;

Add a common define to carry the default for these preventing them becoming
out of sync again.  Default this to 1 to mirror previous behaviour.

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Cc: stable@kernel.org
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent cb1b1459
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment