• Neil Brown's avatar
    [PATCH] Keep track of which page is the 'tail' of an NFSd reply · 467cb27b
    Neil Brown authored
    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.
    467cb27b
svcsock.c 37.6 KB