md: reinitialise more mddev fields in do_md_stop.
authorNeilBrown <neilb@suse.de>
Wed, 30 Apr 2008 07:52:29 +0000 (00:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:32 +0000 (08:29 -0700)
commitd897dbf91490f26dccef3d7056ffd09eb83a15a5
treec9e812bf24f39a497d197f516cf3023482403d19
parent8377bc808029251c2c0f52116cf87d80291b25bf
md: reinitialise more mddev fields in do_md_stop.

I keep finding problems where an mddev gets reused and some fields has a value
from a previous usage that confuses the new usage.  So clear all fields that
could possible need clearing when calling do_md_stop.

Also initialise the 'level' of a new array to LEVEL_NONE (which isn't 0).

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/md.c