sunrpc: Remove duplicate xprt/transport arguments from calls
authorPavel Emelyanov <xemul@parallels.com>
Mon, 4 Oct 2010 12:52:55 +0000 (16:52 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 19 Oct 2010 14:48:14 +0000 (10:48 -0400)
commit58dddac9c55c604f01152832c1c3d2c17a5adea9
tree5ab5d5d9cc2db6930bed95ad65e51f79b6c63aa1
parenta9f5f0f7bf72f3f1451e844681fb3cb5d0b1c80d
sunrpc: Remove duplicate xprt/transport arguments from calls

The xs_tcp_reuse_connection takes the xprt only to pass it down
to the xs_abort_connection. The later one can get it from the given
transport itself.

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