From: Jes Sorensen Date: Thu, 29 Jan 2015 17:38:29 +0000 (-0500) Subject: md: do_release_stripe(): No need to call md_wakeup_thread() twice X-Git-Tag: fixes-v4.0-rc1~120^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3ab8b608c454f004391bb8568916bd955001ea;p=pandora-kernel.git 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 Signed-off-by: NeilBrown --- Reading git-diff-tree failed