async_pq: rename scribble page
authorDan Williams <dan.j.williams@intel.com>
Tue, 20 Oct 2009 01:09:32 +0000 (18:09 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 20 Oct 2009 06:34:46 +0000 (23:34 -0700)
commit030b07720be0f3bfada12ff6bfa3c61a91212f32
tree591325a099403876dc808e5a38dbfe3d10957b6d
parent5676470f06f783aebf545c8f17ca772911022068
async_pq: rename scribble page

The global scribble page is used as a temporary destination buffer when
disabling the P or Q result is requested.  The local scribble buffer
contains memory for performing address conversions.  Rename the global
variable to avoid confusion.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
crypto/async_tx/async_pq.c