You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-108616
commit 0b108e8
Author: Stephen Brennan <[email protected]>
Date: Mon Aug 19 08:58:59 2024 -0700
SUNRPC: convert RPC_TASK_* constants to enum
The RPC_TASK_* constants are defined as macros, which means that most
kernel builds will not contain their definitions in the debuginfo.
However, it's quite useful for debuggers to be able to view the task
state constant and interpret it correctly. Conversion to an enum will
ensure the constants are present in debuginfo and can be interpreted by
debuggers without needing to hard-code them and track their changes.
Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
Signed-off-by: Benjamin Coddington <[email protected]>
0 commit comments