diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2005-01-04 05:50:42 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-04 05:50:42 -0800 |
| commit | 1bf60786313bb36fc727c7217aa546c5b95e7765 (patch) | |
| tree | 63451b4e08d58b08fde699b82ad9ed4ee6751bc7 /include/linux | |
| parent | 8d1e7aae5f7bca81f5ce450a903002c8608af93a (diff) | |
[PATCH] knfsd: delegation recall callback rpc.
Signed-off-by: Andy Adamson <andros@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index ff199c8fc4be..2031e6b7c1fb 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -291,6 +291,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); static inline void nfs4_put_stateowner(struct nfs4_stateowner *so) |
