diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfsd/xdr4.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h index fd15ddc3359d..28af925c2a3d 100644 --- a/include/linux/nfsd/xdr4.h +++ b/include/linux/nfsd/xdr4.h | |||
| @@ -344,6 +344,22 @@ struct nfsd4_write { | |||
| 344 | nfs4_verifier wr_verifier; /* response */ | 344 | nfs4_verifier wr_verifier; /* response */ |
| 345 | }; | 345 | }; |
| 346 | 346 | ||
| 347 | struct nfsd4_exchange_id { | ||
| 348 | int foo; /* stub */ | ||
| 349 | }; | ||
| 350 | |||
| 351 | struct nfsd4_create_session { | ||
| 352 | int foo; /* stub */ | ||
| 353 | }; | ||
| 354 | |||
| 355 | struct nfsd4_sequence { | ||
| 356 | int foo; /* stub */ | ||
| 357 | }; | ||
| 358 | |||
| 359 | struct nfsd4_destroy_session { | ||
| 360 | int foo; /* stub */ | ||
| 361 | }; | ||
| 362 | |||
| 347 | struct nfsd4_op { | 363 | struct nfsd4_op { |
| 348 | int opnum; | 364 | int opnum; |
| 349 | __be32 status; | 365 | __be32 status; |
| @@ -378,6 +394,12 @@ struct nfsd4_op { | |||
| 378 | struct nfsd4_verify verify; | 394 | struct nfsd4_verify verify; |
| 379 | struct nfsd4_write write; | 395 | struct nfsd4_write write; |
| 380 | struct nfsd4_release_lockowner release_lockowner; | 396 | struct nfsd4_release_lockowner release_lockowner; |
| 397 | |||
| 398 | /* NFSv4.1 */ | ||
| 399 | struct nfsd4_exchange_id exchange_id; | ||
| 400 | struct nfsd4_create_session create_session; | ||
| 401 | struct nfsd4_destroy_session destroy_session; | ||
| 402 | struct nfsd4_sequence sequence; | ||
| 381 | } u; | 403 | } u; |
| 382 | struct nfs4_replay * replay; | 404 | struct nfs4_replay * replay; |
| 383 | }; | 405 | }; |
