commit | 58dddac9c55c604f01152832c1c3d2c17a5adea9 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Mon Oct 04 16:52:55 2010 +0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 19 10:48:14 2010 -0400 |
tree | 5ab5d5d9cc2db6930bed95ad65e51f79b6c63aa1 | |
parent | a9f5f0f7bf72f3f1451e844681fb3cb5d0b1c80d [diff] |
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>