From e4dfe009104104f5ef1b1cbfdf437b9923190c7e Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Fri, 14 Sep 2012 09:38:54 +0530 Subject: UBUNTU: dm-raid4-5: rename split_io to max_io_len Commit 542f90381422 ("dm: support non power of two target max_io_len") renames struct dm_target:split_io variable to max_io_len. Signed-off-by: Tushar Behera --- ubuntu/dm-raid4-5/dm-raid4-5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/dm-raid4-5/dm-raid4-5.c b/ubuntu/dm-raid4-5/dm-raid4-5.c index e05b0e14e347..e69ab44dd97a 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. */ -- cgit v1.2.3