Re: [RFC PATCH] cleanup: make scoped_guard() to be return-friendly
From: Dan Carpenter <hidden>
Date: 2024-09-30 11:08:49
Also in:
lkml
From: Dan Carpenter <hidden>
Date: 2024-09-30 11:08:49
Also in:
lkml
On Mon, Sep 30, 2024 at 12:21:44PM +0200, Przemek Kitszel wrote:
Most of the time it is just easier to bend your driver than change or extend the core of the kernel. There is actually scoped_cond_guard() which is a trylock variant. scoped_guard(mutex_try, &ts->mutex) you have found is semantically wrong and must be fixed.
What? I'm so puzzled by this conversation. Anyway, I don't have a problem with your goal, but your macro is wrong and will need to be re-written. You will need to update any drivers which use the scoped_guard() for try locks. I don't care how you do that. Use scoped_cond_guard() if you want or invent a new macro. But that work always falls on the person changing the API. Plus, it's only the one tsc200x-core.c driver so I don't understand why you're making a big deal about it. regards, dan carpenter