mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
md-cluster: unregister thread if err happened
The two threads need to be unregistered if a node can't join cluster successfully. Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>
This commit is contained in:
parent
eb315cd093
commit
5b0fb33e8a
@ -818,6 +818,8 @@ static int join(struct mddev *mddev, int nodes)
|
||||
|
||||
return 0;
|
||||
err:
|
||||
md_unregister_thread(&cinfo->recovery_thread);
|
||||
md_unregister_thread(&cinfo->recv_thread);
|
||||
lockres_free(cinfo->message_lockres);
|
||||
lockres_free(cinfo->token_lockres);
|
||||
lockres_free(cinfo->ack_lockres);
|
||||
|
Loading…
Reference in New Issue
Block a user