aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
diff options
context:
space:
mode:
authortangmeng <[email protected]>2022-02-18 18:58:57 +0800
committerLuis Chamberlain <[email protected]>2022-04-06 13:43:44 -0700
commitf79c9b8ae8bde10126586c1bb55b5fd027276d8e (patch)
treea2ba9e8940c30db24dbcfd4770a8e01ba91b0c18 /scripts/gcc-plugins
parentaa779e5102195e1d9ade95dcbc0bfbd8f916eb59 (diff)
kernel/lockdep: move lockdep sysctls to its own file
kernel/sysctl.c is a kitchen sink where everyone leaves their dirty dishes, this makes it very difficult to maintain. To help with this maintenance let's start by moving sysctls to places where they actually belong. The proc sysctl maintainers do not want to know what sysctl knobs you wish to add for your own piece of code, we just care about the core logic. All filesystem syctls now get reviewed by fs folks. This commit follows the commit of fs, move the prove_locking and lock_stat sysctls to its own file, kernel/lockdep.c. Signed-off-by: tangmeng <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins')
0 files changed, 0 insertions, 0 deletions