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

nfsd4: separate splice and readv cases



The splice and readv cases are actually quite different--for example the
former case ignores the array of vectors we build up for the latter.

It is probably clearer to separate the two cases entirely.

There's some code duplication between the split out encoders, but this
is only temporary and will be fixed by a later patch.

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