diff options
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 65467abbd5a6..83e0e1de7ecf 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -4369,7 +4369,7 @@ int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, | |||
4369 | /* cb_client4 */ | 4369 | /* cb_client4 */ |
4370 | rcu_read_lock(); | 4370 | rcu_read_lock(); |
4371 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, | 4371 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
4372 | sizeof(setclientid.sc_netid), | 4372 | sizeof(setclientid.sc_netid), "%s", |
4373 | rpc_peeraddr2str(clp->cl_rpcclient, | 4373 | rpc_peeraddr2str(clp->cl_rpcclient, |
4374 | RPC_DISPLAY_NETID)); | 4374 | RPC_DISPLAY_NETID)); |
4375 | rcu_read_unlock(); | 4375 | rcu_read_unlock(); |