diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-05-25 10:10:08 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-05-25 10:10:08 +0200 |
commit | 94ec70880fd376dd5cc60ba2bd7ddf830b3d4f28 (patch) | |
tree | f0cb51c5eeadc2927c648b49c713f10809db5fd5 /include/linux/restart_block.h | |
parent | cdb7d2d68cde6145a06a56c9d5d5d917297501c6 (diff) | |
parent | 78272d44970c07899c78661f6b7492b5a7e14a90 (diff) |
Merge branch 'locking/futex' into locking/core, to pick up pending futex changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/restart_block.h')
-rw-r--r-- | include/linux/restart_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/restart_block.h b/include/linux/restart_block.h index 13f17676c5f4..7e50bbc94e47 100644 --- a/include/linux/restart_block.h +++ b/include/linux/restart_block.h @@ -26,7 +26,7 @@ struct restart_block { unsigned long arch_data; long (*fn)(struct restart_block *); union { - /* For futex_wait and futex_wait_requeue_pi */ + /* For futex_wait() */ struct { u32 __user *uaddr; u32 val; |