futex: add wake_data to struct futex_q
authorJens Axboe <axboe@kernel.dk>
Tue, 13 Jun 2023 21:44:42 +0000 (15:44 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Sep 2023 15:41:32 +0000 (09:41 -0600)
commit478a69ffeb76c47a5b5f00f11521d5811bc538eb
tree995f3b518a8493b0ee6ade569c0c3e65c9750f1b
parent224618a96b286af8e831b008daf916222f64e08e
futex: add wake_data to struct futex_q

With handling multiple futex_q for waitv, we cannot easily go from the
futex_q to data related to that request or queue. Add a wake_data
argument that belongs to the wake handler assigned.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
kernel/futex/futex.h