• Neil Brown's avatar
    [PATCH] kNFSd: fix WRITE decoding · 7ca47b80
    Neil Brown authored
    NFSv4 operations after WRITE are decoded into wr_vec[] pages, thus the
    argp->pagelen can be non-zero at the end of decoding the WRITE
    operation.
    
    This patch correctly sets argp->pagelen, and correctly advances argp->p
    after the WRITE operation
    7ca47b80
nfs4xdr.c 51.1 KB