]> err.no Git - linux-2.6/blobdiff - crypto/async_tx/async_tx.c
flag parameters: paccept w/out set_restore_sigmask
[linux-2.6] / crypto / async_tx / async_tx.c
index 78a61e7f631ac1b3ef2df467c1df644f323e95da..85eaf7b1c53153ef07bdc33efa3a9d9c6cdff839 100644 (file)
@@ -23,6 +23,7 @@
  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  *
  */
+#include <linux/rculist.h>
 #include <linux/kernel.h>
 #include <linux/async_tx.h>
 
@@ -609,7 +610,7 @@ async_trigger_callback(enum async_tx_flags flags,
                /* wait for any prerequisite operations */
                async_tx_quiesce(&depend_tx);
 
-               async_tx_sync_epilog(flags, depend_tx, cb_fn, cb_param);
+               async_tx_sync_epilog(cb_fn, cb_param);
        }
 
        return tx;