From 759c0bc03d63ec9cee6500db0a5db4906f40fa26 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 9 Mar 2005 16:51:30 -0800 Subject: [PATCH] nfsd4: make nfsd4_cb_recall return void The return value of nfsd4_cb_recall isn't really used (and the errors we were returning were incorrect anyway). Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/nfsd/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index a7431a1bf68e..59d497b3a6eb 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -289,7 +289,7 @@ extern int nfs4_check_open_reclaim(clientid_t *clid); extern void put_nfs4_client(struct nfs4_client *clp); extern void nfs4_free_stateowner(struct kref *kref); extern void nfsd4_probe_callback(struct nfs4_client *clp); -extern int nfsd4_cb_recall(struct nfs4_delegation *dp); +extern void nfsd4_cb_recall(struct nfs4_delegation *dp); static inline void nfs4_put_stateowner(struct nfs4_stateowner *so) -- cgit v1.2.3