Commit cefcade9 authored by Linus Torvalds's avatar Linus Torvalds
parents c6b96d19 c7f1b204
...@@ -432,6 +432,7 @@ static int crypt_convert(struct crypt_config *cc, ...@@ -432,6 +432,7 @@ static int crypt_convert(struct crypt_config *cc,
case 0: case 0:
atomic_dec(&ctx->pending); atomic_dec(&ctx->pending);
ctx->sector++; ctx->sector++;
cond_resched();
continue; continue;
/* error */ /* error */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment