]> err.no Git - linux-2.6/blobdiff - crypto/async_tx/async_memcpy.c
async_tx: remove depend_tx from async_tx_sync_epilog
[linux-2.6] / crypto / async_tx / async_memcpy.c
index 06a7f4be9736b06a045636a688dc9fc82571b79d..ddccfb01c416b9a636324ee273244b147c644a16 100644 (file)
@@ -83,7 +83,7 @@ async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
                kunmap_atomic(dest_buf, KM_USER0);
                kunmap_atomic(src_buf, KM_USER1);
 
-               async_tx_sync_epilog(flags, depend_tx, cb_fn, cb_param);
+               async_tx_sync_epilog(cb_fn, cb_param);
        }
 
        return tx;