]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks
authorIngo Molnar <mingo@kernel.org>
Wed, 26 Nov 2025 10:31:09 +0000 (11:31 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 15 Dec 2025 06:52:44 +0000 (07:52 +0100)
commit2b8c3d3dc9b1ee323e2982945088e3f5eebdf3dd
tree74ab2fd8acba6d3c118adf6718f98096ea9c71d0
parent47efe2ddccb1f285a02bfcf1e079f49bf7a9ccb3
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks

Join two identical #ifdef blocks:

  #ifdef CONFIG_FAIR_GROUP_SCHED
  ...
  #endif

  #ifdef CONFIG_FAIR_GROUP_SCHED
  ...
  #endif

Also mark nested #ifdef blocks in the usual fashion, to make
it more apparent where in a nested hierarchy of #ifdefs we
are at a glance.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Link: https://patch.msgid.link/20251201064647.1851919-2-mingo@kernel.org
kernel/sched/sched.h