Re: [PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"

From: Miguel Ojeda
Date: Mon Jan 22 2024 - 10:14:30 EST


On Fri, Jan 5, 2024 at 2:29 AM Charalampos Mitrodimas
<charmitro@xxxxxxxxxx> wrote:
>
> Fields named "wait_list" usually are of type "struct list_head". To
> avoid confusion and because it is of type
> "Opaque<bindings::wait_queue_head>" we are renaming "wait_list" to
> "wait_queue_head".

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel