From: Dan Williams Date: Wed, 3 Jun 2009 18:43:59 +0000 (-0700) Subject: async_tx: structify submission arguments, add scribble X-Git-Tag: v2.6.32-rc1~60^2^2~14^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08abd8ca890a377521d65d493d174bebcaf694b;p=pandora-kernel.git async_tx: structify submission arguments, add scribble Prepare the api for the arrival of a new parameter, 'scribble'. This will allow callers to identify scratchpad memory for dma address or page address conversions. As this adds yet another parameter, take this opportunity to convert the common submission parameters (flags, dependency, callback, and callback argument) into an object that is passed by reference. Also, take this opportunity to fix up the kerneldoc and add notes about the relevant ASYNC_TX_* flags for each routine. [ Impact: moves api pass-by-value parameters to a pass-by-reference struct ] Signed-off-by: Andre Noll Acked-by: Maciej Sosnowski Signed-off-by: Dan Williams --- Reading git-diff-tree failed