From: Trond Myklebust Date: Wed, 12 May 2010 21:50:23 +0000 (-0400) Subject: SUNRPC: Fix xs_setup_bc_tcp() X-Git-Tag: v2.6.35-rc1~490^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712a4338669d7d57f952244abb608e6ac07e39da;p=pandora-kernel.git 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 --- Reading git-diff-tree failed