SUNRPC: Add a timer function to wait queues.
commit36df9aae3158ce8fc4ede241169dc94ac910d884
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 18 Jul 2007 20:18:52 +0000 (18 16:18 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Feb 2008 07:21:59 +0000 (28 23:21 -0800)
tree5f6caa22ce9414850fd34eefb54150b120a8f4e7
parentf6a1cc89309f0ae847a9b6fe418d1c4215e5bc55
SUNRPC: Add a timer function to wait queues.

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>
include/linux/sunrpc/sched.h
net/sunrpc/sched.c