• J
    nfsd4: separate splice and readv cases · dc97618d
    J. Bruce Fields 提交于
    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: NJ. Bruce Fields <bfields@redhat.com>
    dc97618d
nfs4xdr.c 98.4 KB