aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-07-02 18:55:17 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-02 18:55:17 -0700
commitcefcade9e7b2331110fdd709b5871ebcc5f9a40f (patch)
treed70257c00c11ae2c4aa4b045d03d2e73dcd7c1d7 /drivers
parentMerge branch 'for-2.6.26' of git://neil.brown.name/md (diff)
parentdm crypt: use cond_resched (diff)
downloadlinux-dev-cefcade9e7b2331110fdd709b5871ebcc5f9a40f.tar.xz
linux-dev-cefcade9e7b2331110fdd709b5871ebcc5f9a40f.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
* git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm: dm crypt: use cond_resched
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/dm-crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 835def11419d..ab6a61db63ce 100644
--- a/drivers/md/dm-crypt.c
+++ b/drivers/md/dm-crypt.c
@@ -432,6 +432,7 @@ static int crypt_convert(struct crypt_config *cc,
case 0:
atomic_dec(&ctx->pending);
ctx->sector++;
+ cond_resched();
continue;
/* error */