]> git.baikalelectronics.ru Git - kernel.git/commit
sysctl: Merge adjacent CONFIG_TREE_RCU blocks
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 17 May 2022 15:07:31 +0000 (17:07 +0200)
committerLuis Chamberlain <mcgrof@kernel.org>
Mon, 8 Aug 2022 16:01:36 +0000 (09:01 -0700)
commitedcaa08a9650a775e9518ba0d9658f81d4f64dac
treea4dd7420aa4693e171054cb0719b81e63409519b
parentc7a71d5388a9f0dff50cfb539f03b98c6038a6af
sysctl: Merge adjacent CONFIG_TREE_RCU blocks

There are two adjacent sysctl entries protected by the same
CONFIG_TREE_RCU config symbol.  Merge them into a single block to
improve readability.

Use the more common "#ifdef" form while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/sysctl.c