• Trond Myklebust's avatar
    RPC: xdr_encode_pages either leaves the tail iovec pointing to · 18e4528e
    Trond Myklebust authored
    null or, if padding onthe page data is needed, sets it to point
    to a little bit of static data. This is a problem if we're
    expecting to later append some data in gss_wrap_req. Modify
    xdr_encode_pages to make tail point to the end of the data in
    head, as xdr_inline_pages and xdr_write_pages do.
    18e4528e
xdr.c 19.8 KB