commit | ad3ab8b608c454f004391bb8568916bd955001ea | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Thu Jan 29 12:38:29 2015 -0500 |
committer | NeilBrown <neilb@suse.de> | Wed Feb 04 08:35:51 2015 +1100 |
tree | 455464bc236c272976dc7c054efec21b5f941148 | |
parent | 75aaf4c3e6a4ed48207230cf133a02258ca5abd5 [diff] |
md: do_release_stripe(): No need to call md_wakeup_thread() twice 67f455486d2ea20b2d94d6adf5b9b783d079e321 introduced a call to md_wakeup_thread() when adding to the delayed_list. However the md thread is woken up unconditionally just below. Remove the unnecessary wakeup call. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>