commit | 0d4ca600fcf5c5f3a0c195ccf37e989b83451dd4 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Sun Dec 10 02:20:44 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sun Dec 10 09:57:20 2006 -0800 |
tree | f2847c89d66b2099c3beb55647e00c0fff4fca68 | |
parent | a3d899839064b6924c3d8a6404dae14c79f657fd [diff] |
[PATCH] md: tidy up device-change notification when an md array is stopped An md array can be stopped leaving all the setting still in place, or it can torn down and destroyed. set_capacity and other change notifications only happen in the latter case, but should happen in both. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>