Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252798
b: refs/heads/master
c: a705a34
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed May 29, 2011
1 parent 5bd8c48 commit 040f158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f13f6fba76edc7d0e7580c5deee829d59a41b2f
refs/heads/master: a705a34a565a5445bf731bd8006d51ea4d2b4236
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-kcopyd.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ int dm_kcopyd_copy(struct dm_kcopyd_client *kc, struct dm_io_region *from,
job->fn = fn;
job->context = context;

if (job->source.count < SUB_JOB_SIZE)
if (job->source.count <= SUB_JOB_SIZE)
dispatch_job(job);

else {
Expand Down

0 comments on commit 040f158

Please sign in to comment.