Re: [PATCH v4.1] rust: lock: add `Guard::do_unlocked`

From: Miguel Ojeda
Date: Fri Apr 21 2023 - 19:47:22 EST


On Wed, Apr 12, 2023 at 2:14 PM Wedson Almeida Filho <wedsonaf@xxxxxxxxx> wrote:
>
> It releases the lock, executes some function provided by the caller,
> then reacquires the lock. This is preparation for the implementation of
> condvars, which will sleep after between unlocking and relocking.

Applied to `rust-next` within the main series, with the irqsave bits
removed as discussed. Thanks!

Cheers,
Miguel