diff options
| author | Thomas Gleixner <tglx@kernel.org> | 2026-06-02 11:09:34 +0200 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2026-06-03 11:38:49 +0200 |
| commit | 1f7f4816b9b05e5110bc1c8a05c3c478e2dae11b (patch) | |
| tree | b0d8ace13517c0d903ae848854bd853bb4c612bd /rust/kernel/alloc/allocator | |
| parent | d7b3f52c861f54ba2fff15696d3798277fb4c19f (diff) | |
futex: Move futex related mm_struct data into a struct
Having all these members in mm_struct along with the required #ifdeffery is
annoying, does not allow efficient initializing of the data with
memset() and makes extending it tedious.
Move it into a data structure and fix up all usage sites.
The extra struct for the private hash is intentional to make integration of
other conditional mechanisms easier in terms of initialization and separation.
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260602090535.407756793@kernel.org
Diffstat (limited to 'rust/kernel/alloc/allocator')
0 files changed, 0 insertions, 0 deletions
