nfsd4: allow encoding across page boundaries
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 26 Aug 2013 20:04:46 +0000 (16:04 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 30 May 2014 21:31:54 +0000 (17:31 -0400)
After this we can handle for example getattr of very large ACLs.

Read, readdir, readlink are still special cases with their own limits.

Also we can't handle a new operation starting close to the end of a
page.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found