On Sun, Sep 20, 2026 at 12:40:54PM +0300, Omer PALA wrote:
Convert mutex_lock()/mutex_unlock() pairs to the guard() and scoped_guard() cleanup helpers where possible. This removes error-prone goto-based unlock paths and makes it harder to forget to release a mutex on an early return.
Signed-off-by: Omer PALA palaomer100@gmail.com
Did you miss the review comments I made for the previous patch like this a few hours ago: https://lore.kernel.org/all/2026092014-despair-secular-d579@gregkh/ ?