Skip to content
Commit e372ba60 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: decoding errors can still be cached and require space



Currently a non-idempotent op reply may be cached if it fails in the
proc code but not if it fails at xdr decoding.  I doubt there are any
xdr-decoding-time errors that would make this a problem in practice, so
this probably isn't a serious bug.

The space estimates should also take into account space required for
encoding of error returns.  Again, not a practical problem, though it
would become one after future patches which will tighten the space
estimates.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent f34e432b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment