Multipath: attached patch initializes current_count correctly. [Mike Christie] --- diff/drivers/md/dm-mpath.c 2004-04-07 11:33:46.367343288 +0100 +++ source/drivers/md/dm-mpath.c 2004-04-07 11:33:55.182003256 +0100 @@ -262,7 +262,7 @@ static struct path *get_current_path(str path = __choose_path(m); } - m->current_path = MPATH_MIN_IO; + m->current_count = MPATH_MIN_IO; m->current_path = path; done: path = m->current_path;