commit | 47ee52986472dba068e8223cbaf1b65d74238781 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Mar 12 21:39:35 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:32:02 2014 -0400 |
tree | 4436adf69861759600318696325b8bb9633d4602 | |
parent | db3f58a95beea6752d90fed03f9f198d282a3913 [diff] |
nfsd4: adjust buflen to session channel limit We can simplify session limit enforcement by restricting the xdr buflen to the session size. Also fix a preexisting bug: we should really have been taking into account the auth-required space when comparing against session limits, which are limits on the size of the entire rpc reply, including any krb5 overhead. Signed-off-by: J. Bruce Fields <bfields@redhat.com>