cleanup: add a scoped version of CLASS()
This will make it possible to use:
scoped_class() {
}
constructs to limit variables to certain scopes and still perform
auto-cleanup.
Signed-off-by:
Christian Brauner <brauner@kernel.org>
Loading
Please sign in to comment