From: Haiyang Zhang Date: Mon, 21 Apr 2014 21:54:43 +0000 (-0700) Subject: hyperv: Remove recv_pkt_list and lock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4baab26129e0540746744232022110dbe9e011e7;p=pandora-kernel.git hyperv: Remove recv_pkt_list and lock Removed recv_pkt_list and lock, and updated related code, so that the locking overhead is reduced especially when multiple channels are in use. The recv_pkt_list isn't actually necessary because the packets are processed sequentially in each channel. It has been replaced by a local variable, and the related lock for this list is also removed. The is_data_pkt field is not used in receive path, so its assignment is cleaned up. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan Signed-off-by: David S. Miller --- Reading git-diff-tree failed