No, you are trying to remove something and you want to chase down and
kill the users, scripts, whatever. It guarantees that no new users
will access the module.
> I disagree:
>
> 1) we do not prevent root from shooting themselves in the foot,
I don't understand this point.
> 2) moreover we do not prevent them from doing something that may be
> perfectly reasonable,
Nor this one, which seems to bethe same.
> 3) and this kind of code just adds error handling for no reason, when
> _not_ handling the error keeps the code more clean.
No, the reason is simple: the admin has said they want the damn module
removed. They've *told* you what they want. Why do you want to
disobey them? 8)
> In general this is just caring way too much about an obscure corner
> case. Is the increased complexity of error handling when we _know_ the
> refcnt is locked for worth it?
Is the increased complexity of another primitive for "you know you
have a refcount" worth it? 8)
If there were 10 of these cases, sure, a __try_module_get() makes
sense: IMHO this is one of those areas on which intelligent people can
disagree, I think.
> Note that Linus turned off the 'deprecated' warning because MOD.*COUNT
> users are just too frequent, still.
Note that I didn't put the damn thing in there 8)
Hope he turned them back into macros, so the __unsafe runtime warning
doesn't report "module.h".
Rusty.
-- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/