diff options
| -rw-r--r-- | fs/lockd/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/host.c b/fs/lockd/host.c index d35cd6be0675..93fb7cf0b92b 100644 --- a/fs/lockd/host.c +++ b/fs/lockd/host.c | |||
| @@ -341,7 +341,7 @@ struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp, | |||
| 341 | }; | 341 | }; |
| 342 | struct lockd_net *ln = net_generic(net, lockd_net_id); | 342 | struct lockd_net *ln = net_generic(net, lockd_net_id); |
| 343 | 343 | ||
| 344 | dprintk("lockd: %s(host='%*s', vers=%u, proto=%s)\n", __func__, | 344 | dprintk("lockd: %s(host='%.*s', vers=%u, proto=%s)\n", __func__, |
| 345 | (int)hostname_len, hostname, rqstp->rq_vers, | 345 | (int)hostname_len, hostname, rqstp->rq_vers, |
| 346 | (rqstp->rq_prot == IPPROTO_UDP ? "udp" : "tcp")); | 346 | (rqstp->rq_prot == IPPROTO_UDP ? "udp" : "tcp")); |
| 347 | 347 | ||
