]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] md: remove nuisance message at shutdown
authorNeilBrown <neilb@suse.de>
Mon, 26 Jun 2006 07:27:39 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:37 +0000 (09:58 -0700)
commita8a55c387da28d67d98f56e4f5021462cb61f7a6
treeb45bc26d02ed060a6d902beedd236f5ee436b041
parent16a53ecc35f2a80dc285be2e769768847d89ca37
[PATCH] md: remove nuisance message at shutdown

At shutdown, we switch all arrays to read-only, which creates a message for
every instantiated array, even those which aren't actually active.

So remove the message for non-active arrays.

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