[PATCH] RPC: Rename xprt_lock
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:35 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:19 +0000 (12:38 -0400)
commit5dc07727f86b25851e95193a0c484ea21b531c47
tree813a8cb359fef51172ff67d9da8efdfc5fee4a83
parent4a0f8c04f2ece949d54a0c4fd7490259cf23a58a
[PATCH] RPC: Rename xprt_lock

 Clean-up: Replace the xprt_lock with something more aptly named.  This lock
 single-threads the XID and request slot reservation process.

 Test-plan:
 Compile kernel with CONFIG_NFS enabled.

 Version: Thu, 11 Aug 2005 16:05:26 -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