aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r--fs/nfsd/xdr4.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h
index 4949832fd74a..7110a082275f 100644
--- a/fs/nfsd/xdr4.h
+++ b/fs/nfsd/xdr4.h
@@ -356,10 +356,15 @@ struct nfsd4_saved_compoundargs {
356 struct page **pagelist; 356 struct page **pagelist;
357}; 357};
358 358
359struct nfsd4_test_stateid_id {
360 __be32 ts_id_status;
361 stateid_t ts_id_stateid;
362 struct list_head ts_id_list;
363};
364
359struct nfsd4_test_stateid { 365struct nfsd4_test_stateid {
360 __be32 ts_num_ids; 366 __be32 ts_num_ids;
361 struct nfsd4_compoundargs *ts_saved_args; 367 struct list_head ts_stateid_list;
362 struct nfsd4_saved_compoundargs ts_savedp;
363}; 368};
364 369
365struct nfsd4_free_stateid { 370struct nfsd4_free_stateid {