-
- Downloads
SUNRPC: fix print format for tk_pid in auth_gss support
The tk_pid field is an unsigned short. The proper print format specifier for that type is %5u, not %4d. Also clean up some miscellaneous print formatting nits. Signed-off-by:Chuck Lever <chuck.lever@oracle.com> Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Showing
- net/sunrpc/auth_gss/auth_gss.c 27 additions, 25 deletionsnet/sunrpc/auth_gss/auth_gss.c
- net/sunrpc/auth_gss/gss_krb5_crypto.c 4 additions, 4 deletionsnet/sunrpc/auth_gss/gss_krb5_crypto.c
- net/sunrpc/auth_gss/gss_krb5_mech.c 2 additions, 1 deletionnet/sunrpc/auth_gss/gss_krb5_mech.c
- net/sunrpc/auth_gss/gss_krb5_seal.c 1 addition, 1 deletionnet/sunrpc/auth_gss/gss_krb5_seal.c
- net/sunrpc/auth_gss/gss_krb5_seqnum.c 1 addition, 1 deletionnet/sunrpc/auth_gss/gss_krb5_seqnum.c
- net/sunrpc/auth_gss/gss_krb5_unseal.c 1 addition, 1 deletionnet/sunrpc/auth_gss/gss_krb5_unseal.c
- net/sunrpc/auth_gss/gss_krb5_wrap.c 2 additions, 2 deletionsnet/sunrpc/auth_gss/gss_krb5_wrap.c
- net/sunrpc/auth_gss/gss_mech_switch.c 3 additions, 3 deletionsnet/sunrpc/auth_gss/gss_mech_switch.c
- net/sunrpc/auth_gss/gss_spkm3_mech.c 5 additions, 4 deletionsnet/sunrpc/auth_gss/gss_spkm3_mech.c
- net/sunrpc/auth_gss/gss_spkm3_seal.c 8 additions, 6 deletionsnet/sunrpc/auth_gss/gss_spkm3_seal.c
- net/sunrpc/auth_gss/gss_spkm3_token.c 8 additions, 6 deletionsnet/sunrpc/auth_gss/gss_spkm3_token.c
- net/sunrpc/auth_gss/gss_spkm3_unseal.c 5 additions, 4 deletionsnet/sunrpc/auth_gss/gss_spkm3_unseal.c
- net/sunrpc/auth_gss/svcauth_gss.c 6 additions, 5 deletionsnet/sunrpc/auth_gss/svcauth_gss.c
Loading
Please register or sign in to comment