commit | 3dce01713723bbcc92562bd4488e8b840a4f786c | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Jul 17 17:59:55 2008 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Jul 17 17:59:55 2008 -0700 |
tree | 7e0720179ad4240b993f86f558a3efa8861f1033 | |
parent | d2c52b7983b95bb3fc2a784e479f832f142d4523 [diff] |
async_tx: remove depend_tx from async_tx_sync_epilog All callers of async_tx_sync_epilog have called async_tx_quiesce on the depend_tx, so async_tx_sync_epilog need only call the callback to complete the operation. Signed-off-by: Dan Williams <dan.j.williams@intel.com>