Skip to content

Commit 01475ae

Browse files
covanamKAGA-KOKO
authored andcommitted
futex: Fix outdated comment in struct restart_block
Since commit 2070887 ("futex: fix restart in wait_requeue_pi"), futex_wait_requeue_pi() no longer uses restart_block. Update the comment accordingly. Signed-off-by: Nam Cao <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 9140f57 commit 01475ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/restart_block.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct restart_block {
2626
unsigned long arch_data;
2727
long (*fn)(struct restart_block *);
2828
union {
29-
/* For futex_wait and futex_wait_requeue_pi */
29+
/* For futex_wait() */
3030
struct {
3131
u32 __user *uaddr;
3232
u32 val;

0 commit comments

Comments
 (0)