diff options
author | J. Bruce Fields <bfields@redhat.com> | 2010-11-18 08:30:33 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-01-11 15:04:10 -0500 |
commit | 0d7bb71907546b2baf15d78edd3e508e12963dbf (patch) | |
tree | 4ccdc54a5c95701455d0060f9b7106253e35af59 /fs/nfsd/xdr4.h | |
parent | 77a3569d6c4e14e89fa628df383b6dccc0cce6be (diff) |
nfsd4: set sequence flag when backchannel is down
Implement the SEQ4_STATUS_CB_PATH_DOWN flag.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 3a7aa4d98c1f..366401e1a536 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -378,8 +378,8 @@ struct nfsd4_sequence { | |||
378 | u32 cachethis; /* request */ | 378 | u32 cachethis; /* request */ |
379 | #if 0 | 379 | #if 0 |
380 | u32 target_maxslots; /* response */ | 380 | u32 target_maxslots; /* response */ |
381 | u32 status_flags; /* response */ | ||
382 | #endif /* not yet */ | 381 | #endif /* not yet */ |
382 | u32 status_flags; /* response */ | ||
383 | }; | 383 | }; |
384 | 384 | ||
385 | struct nfsd4_destroy_session { | 385 | struct nfsd4_destroy_session { |