commit | d4a516560fc96a9d486a9939bcb567e3fdce8f49 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Fri Aug 23 17:26:28 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Sep 06 11:45:58 2013 -0400 |
tree | b7cf4d198b901d81b8403667f1bda1f2329b48c7 | |
parent | 9dfd87da1aeb0fd364167ad199f40fe96a6a87be [diff] |
rpc: let xdr layer allocate gssproxy receieve pages In theory the linux cred in a gssproxy reply can include up to NGROUPS_MAX data, 256K of data. In the common case we expect it to be shorter. So do as the nfsv3 ACL code does and let the xdr code allocate the pages as they come in, instead of allocating a lot of pages that won't typically be used. Tested-by: Simo Sorce <simo@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>