SUNRPC: Add a timer function to wait queues.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 18 Jul 2007 20:18:52 +0000 (16:18 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Feb 2008 07:21:59 +0000 (23:21 -0800)
This is designed to replace the timeout timer in the individual rpc_tasks.
By putting the timer function in the wait queue, we will eventually be able
to reduce the total number of timers in use by the RPC subsystem.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found