]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e2c9099825eb42af07b0a1810aaea24cfb18f4b
tree724c35da04f72883ceaa7256e0343df2ad4bae55
parent63c8eb0960a04178d4f7f9a86f36abce0370fb3b
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