commit | 2825a7f90753012babe7ee292f4a1eadd3706f92 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Aug 26 16:04:46 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:31:54 2014 -0400 |
tree | fd536a28343ffc50432d0f8e7627929e06c023bf | |
parent | a8095f7e80fbf3e0efe4ee5cd3f509113c56290f [diff] |
nfsd4: allow encoding across page boundaries 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>