From: J. Bruce Fields Date: Thu, 13 Oct 2005 20:54:43 +0000 (-0400) Subject: SUNRPC: Provide a callback to allow free pages allocated during xdr encoding X-Git-Tag: v2.6.15-rc1~733^2~54^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead5e1c26fdcd969cf40c49cb0589d56879d240d;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed