• Trond Myklebust's avatar
    [PATCH] Clean up NFSv4 READ xdr path · fa09df5e
    Trond Myklebust authored
    This creates a clean XDR path for the NFSv4 read requests instead of
    routing through encode_compound()/decode_compound().  This eliminates
    the intermediate step of setting up a struct nfs4_compound before
    proceeding to XDR encoding, and removes the large 'switch()' statements
    from the codepath altogether.
    fa09df5e
nfs3proc.c 21 KB