SUNRPC: Fix xs_setup_bc_tcp()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 May 2010 21:50:23 +0000 (17:50 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 May 2010 19:09:33 +0000 (15:09 -0400)
commit712a4338669d7d57f952244abb608e6ac07e39da
tree97875575e55a85ac02acc39bb7fe6a6139c71885
parentff8399709e41bf72b4cb145612a0f9a9f7283c83
SUNRPC: Fix xs_setup_bc_tcp()

It is a BUG for anybody to call this function without setting
args->bc_xprt. Trying to return an error value is just wrong, since the
user cannot fix this: it is a programming error, not a user error.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprtsock.c