]> rtime.felk.cvut.cz Git - linux-imx.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)
commit2fccbd9cc0fdca649b01f1e2d96e5ef85256341a
tree49e5e509ca5f9a1b1c1bb63be1420671b6f82be3
parent18032ca062e621e15683cb61c066ef3dc5414a7b
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