[PATCH] RPC: Add helper for waking tasks pending on a transport
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:44 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:24 +0000 (12:38 -0400)
commit44fbac2288dfed6f1963ac00bf922c3bcd779cd1
treef256182f85b4fdf9185903d6f0531f877e311c8e
parent86b9f57dfdf455763d2be73a742a9a88bb664173
[PATCH] RPC: Add helper for waking tasks pending on a transport

 Clean-up: remove only reference to xprt->pending from the socket transport
 implementation.  This makes a cleaner interface for other transport
 implementations as well.

 Test-plan:
 Compile kernel with CONFIG_NFS enabled.

 Version: Thu, 11 Aug 2005 16:06:52 -0400

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c