From: K. Y. Srinivasan Date: Wed, 9 Apr 2014 01:45:53 +0000 (-0700) Subject: Drivers: hv: Eliminate the channel spinlock in the callback path X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~38^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ba720dd58cdf6630fee4b89482c465d5ad0d0f;p=pandora-kernel.git Drivers: hv: Eliminate the channel spinlock in the callback path By ensuring that we set the callback handler to NULL in the channel close path on the same CPU that the channel is bound to, we can eliminate this lock acquisition and release in a performance critical path. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed