• Neil Brown's avatar
    [PATCH] kNFSd - 2 of 2 - Change NFSv4 reply encoding to cope with multiple pages. · dcffe12e
    Neil Brown authored
    This allows NFSv4 responses to cover move than one page.  There are
    still limits though.  There can be at most one 'data' response which
    includes READ, READLINK, READDIR.  For these responses, the interesting
    data goes in a separate page or, for READ, list of pages.
    
    All responses before the 'data' response must fit in one page, and all
    responses after it must also fit in one (separate) page.
    dcffe12e
xdr4.h 10.1 KB