dm-raid: silence compiler warning on rebuilds_per_group.
authorNeilBrown <neilb@suse.de>
Thu, 9 May 2013 00:27:49 +0000 (10:27 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:13:11 +0000 (07:13 -0700)
commitf38af5d3f6aa1186b0ac9a1ef021d425550b479b
treeee8e6d71f730b72f9e3684e189e490c9e8b4c711
parente9d60f699108682bad9c4604feb408ac9198b232
dm-raid: silence compiler warning on rebuilds_per_group.

commit 3f6bbd3ffd7b733dd705e494663e5761aa2cb9c1 upstream.

This doesn't really need to be initialised, but it doesn't hurt,
silences the compiler, and as it is a counter it makes sense for it to
start at zero.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/dm-raid.c