aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2015-06-24 16:33:37 +0800
committerJ. Bruce Fields <bfields@redhat.com>2015-08-13 08:57:06 -0400
commit7ba6cad6c88f1bf0b7d66d9628d7c3f36ecb4bfe (patch)
tree3e91b215d475be27a46c81c14cafd09307a410da /fs/nfsd/state.h
parentMerge branch 'for-4.2' into for-4.3 (diff)
downloadlinux-dev-7ba6cad6c88f1bf0b7d66d9628d7c3f36ecb4bfe.tar.xz
linux-dev-7ba6cad6c88f1bf0b7d66d9628d7c3f36ecb4bfe.zip
nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errors
According to Christoph's advice, this patch introduce a new helper nfsd4_cb_sequence_done() for processing more callback errors, following the example of the client's nfs41_sequence_done(). Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 4874ce515fc1..583ffc13cae2 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -67,8 +67,8 @@ struct nfsd4_callback {
struct rpc_message cb_msg;
struct nfsd4_callback_ops *cb_ops;
struct work_struct cb_work;
+ int cb_seq_status;
int cb_status;
- bool cb_update_seq_nr;
bool cb_need_restart;
};