commit | 4f0cefbf389c28b0a2be34960797adb0c84ee43d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Mar 11 15:39:13 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:31:57 2014 -0400 |
tree | 8ef1923fa15d4e2372e73e48df203facc4085c7c | |
parent | 8c7424cff6bd33459945646cfcbf6dc6c899ab24 [diff] |
nfsd4: more precise nfsd4_max_reply It will turn out to be useful to have a more accurate estimate of reply size; so, piggyback on the existing op reply-size estimators. Also move nfsd4_max_reply to nfs4proc.c to get easier access to struct nfsd4_operation and friends. (Thanks to Christoph Hellwig for pointing out that simplification.) Signed-off-by: J. Bruce Fields <bfields@redhat.com>