[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b11521cc-b873-4734-bb51-83f313300509@proton.me>
Date: Wed, 10 Jan 2024 09:56:22 +0000
From: Benno Lossin <benno.lossin@...ton.me>
To: Charalampos Mitrodimas <charmitro@...teo.net>, ojeda@...nel.org, alex.gaynor@...il.com, wedsonaf@...il.com, boqun.feng@...il.com, gary@...yguo.net, bjorn3_gh@...tonmail.com, aliceryhl@...gle.com, a.hindborg@...sung.com
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
On 05.01.24 02:29, Charalampos Mitrodimas 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@...teo.net>
> ---
> rust/kernel/sync/condvar.rs | 20 ++++++++++++--------
> 1 file changed, 12 insertions(+), 8 deletions(-)
Reviewed-by: Benno Lossin <benno.lossin@...ton.me>
Thanks for the patch!
--
Cheers,
Benno
Powered by blists - more mailing lists