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

From: Alice Ryhl
Date: Fri Jan 05 2024 - 04:43:05 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".
>
> Signed-off-by: Charalampos Mitrodimas <charmitro@xxxxxxxxxx>

This has merge conflicts with a bunch of other patchsets, but the
change itself looks good.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>