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)
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

Simple merge