]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: server back channel needs no rpcbind method
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 24 Sep 2012 19:53:29 +0000 (15:53 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 15 May 2013 13:27:02 +0000 (09:27 -0400)
commit0f65a21c133d61291b8a416c83b019895791169a
tree49e5e509ca5f9a1b1c1bb63be1420671b6f82be3
parent067679df824be597d3544b1d2cc9006570c3e54c
sunrpc: server back channel needs no rpcbind method

XPRT_BOUND is set on server backchannel xprts by xs_setup_bc_tcp()
(using xprt_set_bound()), and is never cleared, so ->rpcbind() will
never need to be called.

Reported-by: "Myklebust, Trond" <Trond.Myklebust@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtsock.c