]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0865fcf400ec8c41aab62428d49b73a1f6f794a3
tree538e71230ac6fb722eac40127326f56b87570bf7
parente34ee8da54067bbdf4ed48f9389be7679e83d887
[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