Skip to content

sched: apply class and guard cleanups

Phil Auld requested to merge prauld/centos-stream-9:rhel29017 into main

JIRA: https://issues.redhat.com/browse/RHEL-29017

Apply the changes using the macros in include/linux/cleanup.h providing
scoped guards. There is no real functional change. We rely on the compiler
to cleanup rather than having explicit unwiding with gotos.

Signed-off-by: Phil Auld pauld@redhat.com

Merge request reports