Home
last modified time | relevance | path

Searched hist:e372ba60def1af33e1c0b9bbfa5c8f8559c1ad6b (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dnfs4proc.cdiff e372ba60def1af33e1c0b9bbfa5c8f8559c1ad6b Mon May 19 11:27:11 CDT 2014 J. Bruce Fields <bfields@redhat.com> 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: J. Bruce Fields <bfields@redhat.com>
H A Dnfs4xdr.cdiff e372ba60def1af33e1c0b9bbfa5c8f8559c1ad6b Mon May 19 11:27:11 CDT 2014 J. Bruce Fields <bfields@redhat.com> 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: J. Bruce Fields <bfields@redhat.com>