sunrpc: Remove dead "else" branch from bc xprt creation
authorPavel Emelyanov <xemul@parallels.com>
Tue, 5 Oct 2010 16:49:35 +0000 (20:49 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 19 Oct 2010 14:48:16 +0000 (10:48 -0400)
commit50fa0d40a9d601bb8e6c9a595e90940bc846f7df
tree70cff33f36dd95e1b1de74fa09d32fcec9e3b2ae
parentc636b572e00e38855dc7a56a0fa438dd835f39de
sunrpc: Remove dead "else" branch from bc xprt creation

Since the xprt in question is forcibly set to be bound the else
branch of this check is unneeded.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtsock.c