]> 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)
commit17f3a4225f54d1fda58b590c65f50acc9b7d2153
tree49e5e509ca5f9a1b1c1bb63be1420671b6f82be3
parentfe82fee1afdc21b9b21c70c27a0f763a06e82e45
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