SUNRPC: move the pool_map definitions (back) into svc.c
authorNeilBrown <neilb@suse.de>
Mon, 29 Nov 2021 04:51:25 +0000 (15:51 +1100)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 13 Dec 2021 18:42:57 +0000 (13:42 -0500)
commitcf0e124e0a489944d08fcc3c694d2b234d2cc658
tree724c35da04f72883ceaa7256e0343df2ad4bae55
parentecd3ad68d2c6d3ae178a63a2d9a02c392904fd36
SUNRPC: move the pool_map definitions (back) into svc.c

These definitions are not used outside of svc.c, and there is no
evidence that they ever have been.  So move them into svc.c
and make the declarations 'static'.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/svc.h
net/sunrpc/svc.c