]> git.ipfire.org Git - thirdparty/linux.git/commit
futex: Make futex_mm_init() void
authorThomas Gleixner <tglx@kernel.org>
Tue, 2 Jun 2026 09:09:29 +0000 (11:09 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 3 Jun 2026 09:38:49 +0000 (11:38 +0200)
commitd7b3f52c861f54ba2fff15696d3798277fb4c19f
tree374c1ba2162dac5acf1535791be988fee7d1854a
parentc1ffc9c6e4f8a13dd68e97920c9a24d095c6e41a
futex: Make futex_mm_init() void

Nothing fails there. Mop up the leftovers of the early version of this,
which did an allocation.

While at it clean up the stubs and the #ifdef comments to make the header
file readable.

Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260602090535.356789395@kernel.org
include/linux/futex.h
kernel/fork.c
kernel/futex/core.c