summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 396c76755b03..9d6cb246c6c5 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -70,6 +70,7 @@ struct nfsd4_callback {
70 int cb_seq_status; 70 int cb_seq_status;
71 int cb_status; 71 int cb_status;
72 bool cb_need_restart; 72 bool cb_need_restart;
73 bool cb_holds_slot;
73}; 74};
74 75
75struct nfsd4_callback_ops { 76struct nfsd4_callback_ops {