]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf58b34883efe211fe85a208bb67d27ed4e1e395a
treeb86fd2f6dcd32fd2b99d955862a9f2ff590ac1db
parent5a31bdc67a8bd7b8ad8106956510e74eaf44c0c5
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