From acac57debb7af23d6178e319c1017b24ec847ded Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Sat, 7 Feb 2004 16:52:03 +0100 Subject: NFSv4: Convert the RENEW operation from using nfs4_compound, to being a standalone RPC call in preparation for the renew daemon overhaul. --- include/linux/nfs4.h | 1 + include/linux/nfs_fs.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') 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 */ -- cgit v1.2.3