mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-25 19:42:19 +00:00
SUNRPC: Fixup gss_status tracepoint error output
The GSS routine errors are values, not flags.
Fixes: 0c77668ddb ("SUNRPC: Introduce trace points in rpc_auth_gss.ko")
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
committed by
Anna Schumaker
parent
ed0172af5d
commit
b9fae9f06d
@@ -54,7 +54,7 @@ TRACE_DEFINE_ENUM(GSS_S_UNSEQ_TOKEN);
|
||||
TRACE_DEFINE_ENUM(GSS_S_GAP_TOKEN);
|
||||
|
||||
#define show_gss_status(x) \
|
||||
__print_flags(x, "|", \
|
||||
__print_symbolic(x, \
|
||||
{ GSS_S_BAD_MECH, "GSS_S_BAD_MECH" }, \
|
||||
{ GSS_S_BAD_NAME, "GSS_S_BAD_NAME" }, \
|
||||
{ GSS_S_BAD_NAMETYPE, "GSS_S_BAD_NAMETYPE" }, \
|
||||
|
||||
Reference in New Issue
Block a user