diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2017-10-18 08:00:45 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-11-03 22:11:20 +0800 |
commit | 12f1ffc40a81fe825eedb02b63dc3e1bd6f7e689 (patch) | |
tree | 03a5ad94137a344221d9df49a1521302df40b427 /fs/cifs | |
parent | d0082e1a7c8dfee55b06e442f137097230a1102a (diff) | |
download | linux-12f1ffc40a81fe825eedb02b63dc3e1bd6f7e689.tar.bz2 |
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>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions