commit | 30cff1ffff3981c8d96dc33870b652e70190ba37 | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Wed Jul 02 11:13:18 2008 +0300 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Jul 02 15:58:20 2008 -0400 |
tree | 26cdbe835637c5cd0885f9edc917d02cf8d66003 | |
parent | 07cad1d2a4b0112acd41381d5bc6be82fd71ebac [diff] |
nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0 Check minorversion once before decoding any operation and reject with nfserr_minor_vers_mismatch if != 0 (this still happens in nfsd4_proc_compound). In this case return a zero length resultdata array as required by RFC3530. minorversion 1 processing will have its own vector of decoders. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>