Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sunrpc: skip portmap calls on sessions backchannel

There's obviously no point to doing portmap calls over the sessions
backchannel.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

+1
+1
net/sunrpc/xprtsock.c
··· 2475 2475 static struct rpc_xprt_ops bc_tcp_ops = { 2476 2476 .reserve_xprt = xprt_reserve_xprt, 2477 2477 .release_xprt = xprt_release_xprt, 2478 + .rpcbind = xs_local_rpcbind, 2478 2479 .buf_alloc = bc_malloc, 2479 2480 .buf_free = bc_free, 2480 2481 .send_request = bc_send_request,