commit | ead5e1c26fdcd969cf40c49cb0589d56879d240d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@fieldses.org> | Thu Oct 13 16:54:43 2005 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 23:19:43 2005 -0700 |
tree | af0e04aed32eac60b35c987b933dbc132f0e780b | |
parent | 293f1eb551a77fe5c8956a559a3c0baea95cd9bc [diff] |
SUNRPC: Provide a callback to allow free pages allocated during xdr encoding For privacy, we need to allocate pages to store the encrypted data (passed in pages can't be used without the risk of corrupting data in the page cache). So we need a way to free that memory after the request has been transmitted. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>