Skip to content
Snippets Groups Projects
user avatar
NeilBrown authored
The old code was
		sector_div(stride, fc);
the new code was
		sector_dir(size, conf->near_copies);

'size' is right (the stride various wasn't really needed), but
'fc' means 'far_copies', and that is an important difference.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
b0d634d5
History
Name Last commit Last update