X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-round-robin.c;h=24752f449bef8834b8ebb0329293491bdf4f07ed;hb=e62e58a5ffdc98ac28d8dbd070c857620d541f99;hp=cdfbf65b28cb0fb5d4af95d9e6718d80d69be760;hpb=31f297143b9905647fa5ef12086626a6f172a4ea;p=~andy%2Flinux diff --git a/drivers/md/dm-round-robin.c b/drivers/md/dm-round-robin.c index cdfbf65b28c..24752f449be 100644 --- a/drivers/md/dm-round-robin.c +++ b/drivers/md/dm-round-robin.c @@ -161,7 +161,7 @@ static int rr_reinstate_path(struct path_selector *ps, struct dm_path *p) } static struct dm_path *rr_select_path(struct path_selector *ps, - unsigned *repeat_count) + unsigned *repeat_count, size_t nr_bytes) { struct selector *s = (struct selector *) ps->context; struct path_info *pi = NULL;