• Neil Brown's avatar
    [PATCH] NFSv3 to extract large symlinks from paginated requests. · 606b4aef
    Neil Brown authored
    Now that requests are broken into non-contiguous pages,
    an NFSv3 symlink request could be larger than a page and
    so non-continguous.
    This patch copies the symlink into a new page (while checking
    for nul bytes) so nfsd_symlink will definately get a
    contiguous link.
    606b4aef
nfs3xdr.c 22.8 KB