OSDN Git Service

SUNRPC: Cleanup to remove xs_tcp_close()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 10 Feb 2015 16:06:04 +0000 (11:06 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 10 Feb 2015 16:06:04 +0000 (11:06 -0500)
commitc627d31ba0696cbd829437af2be2f2dee3546b1e
tree2ffe50ce1e23f902f20477398a16864dfb3dfc36
parent4c21462acc530bb81c6ae30e5bbd0b06f8c50626
SUNRPC: Cleanup to remove xs_tcp_close()

xs_tcp_close() is now just a call to xs_tcp_shutdown(), so remove it,
and replace the entry in xs_tcp_ops.

Suggested-by: Anna Schumaker <anna.schumaker@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/xprtsock.c