diff options
Diffstat (limited to 'fs/nfsd/nfs4xdr.c')
-rw-r--r-- | fs/nfsd/nfs4xdr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 5207068cde1a..1515c5b8096f 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
@@ -1210,10 +1210,10 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp) | |||
1210 | save = resp->p; | 1210 | save = resp->p; |
1211 | 1211 | ||
1212 | /* | 1212 | /* |
1213 | * Routine for encoding the result of a | 1213 | * Routine for encoding the result of a "seqid-mutating" NFSv4 operation. This |
1214 | * "seqid-mutating" NFSv4 operation. This is | 1214 | * is where sequence id's are incremented, and the replay cache is filled. |
1215 | * where seqids are incremented, and the | 1215 | * Note that we increment sequence id's here, at the last moment, so we're sure |
1216 | * replay cache is filled. | 1216 | * we know whether the error to be returned is a sequence id mutating error. |
1217 | */ | 1217 | */ |
1218 | 1218 | ||
1219 | #define ENCODE_SEQID_OP_TAIL(stateowner) do { \ | 1219 | #define ENCODE_SEQID_OP_TAIL(stateowner) do { \ |