Gilad Ben-Yossef 12f1ffc40a dm: move dm-verity to generic async completion
dm-verity is starting async. crypto ops and waiting for them to complete.
Move it over to generic code doing the same.

This also avoids a future potential data coruption bug created
by the use of wait_for_completion_interruptible() without dealing
correctly with an interrupt aborting the wait prior to the
async op finishing, should this code ever move to a context
where signals are not masked.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
CC: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-11-03 22:11:20 +08:00
..
2016-11-01 09:43:26 -06:00
2017-05-08 17:15:12 -07:00
2017-08-28 11:47:18 -04:00
2017-06-09 09:27:32 -06:00
2017-06-09 09:27:32 -06:00
2017-09-27 20:07:40 -07:00
2017-09-27 20:08:44 -07:00