aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_proc.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-08-22 20:06:08 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-09-22 23:24:31 -0400
commitadfa6f980bd46974e6b32b22dd0c45e3f52063f4 (patch)
tree7dbc86985faa0fce0e73103979262c1593ea3a3b /fs/nfs/callback_proc.c
parent5ae1fbce142b67bf59e15fb1af96e88a96abde7b (diff)
NFS: Rename struct nfs4_client to struct nfs_client
Rename struct nfs4_client to struct nfs_client so that it can become the basis for a general client record for NFS2 and NFS3 in addition to NFS4. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/callback_proc.c')
-rw-r--r--fs/nfs/callback_proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c
index 7719483ecdfc..55d6e2ec157f 100644
--- a/fs/nfs/callback_proc.c
+++ b/fs/nfs/callback_proc.c
@@ -15,7 +15,7 @@
15 15
16unsigned nfs4_callback_getattr(struct cb_getattrargs *args, struct cb_getattrres *res) 16unsigned nfs4_callback_getattr(struct cb_getattrargs *args, struct cb_getattrres *res)
17{ 17{
18 struct nfs4_client *clp; 18 struct nfs_client *clp;
19 struct nfs_delegation *delegation; 19 struct nfs_delegation *delegation;
20 struct nfs_inode *nfsi; 20 struct nfs_inode *nfsi;
21 struct inode *inode; 21 struct inode *inode;
@@ -56,7 +56,7 @@ out:
56 56
57unsigned nfs4_callback_recall(struct cb_recallargs *args, void *dummy) 57unsigned nfs4_callback_recall(struct cb_recallargs *args, void *dummy)
58{ 58{
59 struct nfs4_client *clp; 59 struct nfs_client *clp;
60 struct inode *inode; 60 struct inode *inode;
61 unsigned res; 61 unsigned res;
62 62