summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2004-02-07 16:52:03 +0100
committerTrond Myklebust <trond.myklebust@fys.uio.no>2004-02-07 16:52:03 +0100
commitacac57debb7af23d6178e319c1017b24ec847ded (patch)
tree898088f1d89ede43091dfeccb20c474cc98fb38a /include/linux
parentc2f2ea78e058ca74fe2e674fd8cdfb71966b248c (diff)
NFSv4: Convert the RENEW operation from using nfs4_compound, to
being a standalone RPC call in preparation for the renew daemon overhaul.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs4.h1
-rw-r--r--include/linux/nfs_fs.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index 8bb512eb2b43..1598d1b3c739 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -221,6 +221,7 @@ enum {
NFSPROC4_CLNT_OPEN_CONFIRM,
NFSPROC4_CLNT_CLOSE,
NFSPROC4_CLNT_SETATTR,
+ NFSPROC4_CLNT_RENEW,
};
#endif
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 1ba074302796..a8dc94ea12d3 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -545,7 +545,7 @@ struct nfs4_state {
/* nfs4proc.c */
-extern int nfs4_proc_renew(struct nfs_server *server);
+extern int nfs4_proc_async_renew(struct nfs_server *server, struct rpc_cred *);
extern int nfs4_do_close(struct inode *, struct nfs4_state *);
/* nfs4renewd.c */