From: Nicholas Bellinger Date: Sat, 7 Sep 2013 03:50:36 +0000 (-0700) Subject: iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set X-Git-Tag: v3.12-rc1~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e4101af431b66c734efef9eb359a0b8c6ad90c;p=pandora-kernel.git iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set This patch removes an unnecessary wait_for_completion within iscsi_get_thread_set(), that would wait for 1 second before trying to obtain an inactive struct iscsi_thread_set from iscsi_get_ts_from_inactive_list(). Since iscsi_allocate_thread_sets() will already be adding the newly allocated iscsi_thread_set to the inactive list directly, there is no need to wait here. Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed