diff options
author | Peng Tao <tao.peng@primarydata.com> | 2014-06-10 17:24:16 -0400 |
---|---|---|
committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 14:06:36 -0500 |
commit | 2c4b131dea469e4df5bd59ccb490063b69e06155 (patch) | |
tree | d56776e177746196c1321d1e5c01cc4528422531 /fs/nfs/nfs4_fs.h | |
parent | cb04ad2a2bc8978e69f7f582ca2869909c4e0571 (diff) |
nfs4: export nfs4_sequence_done
Signed-off-by: Peng Tao <tao.peng@primarydata.com>
Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 90c4ffe084d7..b3c771e2ac68 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -447,6 +447,8 @@ extern int nfs40_setup_sequence(struct nfs4_slot_table *tbl, | |||
447 | struct nfs4_sequence_args *args, | 447 | struct nfs4_sequence_args *args, |
448 | struct nfs4_sequence_res *res, | 448 | struct nfs4_sequence_res *res, |
449 | struct rpc_task *task); | 449 | struct rpc_task *task); |
450 | extern int nfs4_sequence_done(struct rpc_task *task, | ||
451 | struct nfs4_sequence_res *res); | ||
450 | 452 | ||
451 | extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp); | 453 | extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp); |
452 | 454 | ||