| commit | 7e9bc1ea3ad72a04587e9c181009789da2f73a8f | [log] [tgz] |
|---|---|---|
| author | Tzung-Bi Shih <tzungbi@kernel.org> | Wed Nov 05 08:50:28 2025 +0000 |
| committer | Tzung-Bi Shih <tzungbi@kernel.org> | Thu Nov 06 22:32:44 2025 +0800 |
| tree | c0eb17aa899766cd4571fb9404195333fd450008 | |
| parent | f03b53e9a50fb6580fa2b9b913e22866c10bf649 [diff] |
char: misc: Leverage revocable fops replacement Leverage revocable fops replacement if the driver requests. The "resource" in the context means presence of the miscdevice. It prevents file operations (except .release()) in drivers to be called if the miscdevice no longer exists. Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>