• Neil Brown's avatar
    [PATCH] kNFSd - 1 of 2 - Change NFSv4 xdr decoding to cope with separate pages. · 89fc0a31
    Neil Brown authored
    Now that nfsd uses a list of pages for requests instead of
    one large buffer, NFSv4 need to know about this.
    
    The most interesting part of this is that it is possible
    that section of a request, like a path name, could span
    two pages, so we need to be able to kmalloc as little bit
    of space to copy them into, and make sure they get
    freed later.
    89fc0a31
nfs4proc.c 20.9 KB