aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ubuntu/dm-raid4-5/dm-raid4-5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/dm-raid4-5/dm-raid4-5.c b/ubuntu/dm-raid4-5/dm-raid4-5.c
index e05b0e14e34..e69ab44dd97 100644
--- a/ubuntu/dm-raid4-5/dm-raid4-5.c
+++ b/ubuntu/dm-raid4-5/dm-raid4-5.c
@@ -4073,7 +4073,7 @@ static int raid_ctr(struct dm_target *ti, unsigned argc, char **argv)
* Make sure that dm core only hands maximum io size
* length down and pays attention to io boundaries.
*/
- ti->split_io = rs->set.io_size;
+ ti->max_io_len = rs->set.io_size;
ti->private = rs;
/* Initialize work queue to handle this RAID set's io. */