commit | 9e35b99c7efacfddc748c89a0c53b1122b0ee72c | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Apr 06 14:23:02 2010 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue May 18 15:27:56 2010 +1000 |
tree | 5ef48fad2c5de4269cdacdb83a01e41e64683ae5 | |
parent | fafd7fb052182e087b5a3c6c408e4ac8c2b5fa14 [diff] |
md: don't unregister the thread in mddev_suspend This is - unnecessary because mddev_suspend is always followed by a call to ->stop, and each ->stop unregisters the thread, and - a problem as it makes it awkwards to suspend and then resume a device as we will want later. Signed-off-by: NeilBrown <neilb@suse.de>