nfsd: copy client's address including port number to cl_addr
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 15 May 2019 01:38:11 +0000 (21:38 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jul 2019 21:52:50 +0000 (17:52 -0400)
commit3bade247fcb18c9f31e59b46fb2d67ed6b2f7cef
treeb86fd2f6dcd32fd2b99d955862a9f2ff590ac1db
parent97ad4031e29521894fc28765f14247e79b0ef263
nfsd: copy client's address including port number to cl_addr

rpc_copy_addr() copies only the IP address and misses any port numbers.
It seems potentially useful to keep the port number around too.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c