[PATCH] kNFSd - 2 of 2 - Change NFSv4 reply encoding to cope with multiple pages.
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.
Showing
Please register or sign in to comment