From: Dexuan Cui Date: Fri, 27 Mar 2015 16:10:09 +0000 (-0700) Subject: hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() X-Git-Tag: omap-for-v4.2/o2_dc~63^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43e2fe7da320310834467a3fd87a10adb25a221;p=pandora-kernel.git hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() Since the 2 fucntions can safely run in vmbus_connection.work_queue without hang, we don't need to schedule new work items into the per-channel workqueue. Actally we can even remove the per-channel workqueue now -- we'll do it in the next patch. Signed-off-by: Dexuan Cui Cc: K. Y. Srinivasan Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed