[PATCH] Keep track of which page is the 'tail' of an NFSd reply
NFS replies can have a 'tail' after a 'data' component (for read, readlink, readdir). For nfsv2 and v3 this tail is in the same page as the head. For nfsv4, this tail is in a separate page. We need to keep track of which page so that it right one gets sent. This patch does that.
Showing
Please register or sign in to comment