Commit f2f4031d authored by David S. Miller's avatar David S. Miller

[SUNRPC]: Use '%z' for size_t printk in svcauth_gss.c

parent 61ee834a
...@@ -686,7 +686,7 @@ svcauth_gss_accept(struct svc_rqst *rqstp, u32 *authp) ...@@ -686,7 +686,7 @@ svcauth_gss_accept(struct svc_rqst *rqstp, u32 *authp)
u32 *reject_stat = resv->iov_base; u32 *reject_stat = resv->iov_base;
int ret; int ret;
dprintk("RPC: svcauth_gss: argv->iov_len = %d\n",argv->iov_len); dprintk("RPC: svcauth_gss: argv->iov_len = %zd\n",argv->iov_len);
*authp = rpc_autherr_badcred; *authp = rpc_autherr_badcred;
if (!svcdata) if (!svcdata)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment