summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-03-19 14:41:01 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-03-19 14:41:01 +1100
commit0559139627a4e8a81d85f8260f6f40fc92307ced (patch)
tree6ef8ae0a95916c272ab48d911ea2ed640dca432f /drivers/md/dm.c
parent8f5e3ef1bc28929926f5e786e14d8667c9c6955d (diff)
parentc487d7f239b9818f245715762f248e1458db92c9 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r--drivers/md/dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index 7e469260fe5e..e52880f6b589 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -695,7 +695,7 @@ static void end_clone_bio(struct bio *clone, int error)
* Do not use blk_end_request() here, because it may complete
* the original request before the clone, and break the ordering.
*/
- blk_update_request(tio->orig, 0, nr_bytes);
+ blk_update_request(tio->orig, 0, nr_bytes, NULL);
}
/*