[PATCH] RPC: Clean up socket autodisconnect
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 17:16:28 +0000 (17:16 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:31 +0000 (16:07 -0400)
commit0f9dc2b16884bb5957d010ed8e9114e771a05916
tree538e71230ac6fb722eac40127326f56b87570bf7
parent14b218a8e4f110206c46e586a3da372f665631e7
[PATCH] RPC: Clean up socket autodisconnect

 Cancel autodisconnect requests inside xprt_transmit() in order to avoid
 races.
 Use more efficient del_singleshot_timer_sync()

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprt.c