[PATCH] NFSv3 to extract large symlinks from paginated requests.
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.
Showing
Please register or sign in to comment