From: K. Y. Srinivasan Date: Sat, 1 Dec 2012 14:46:32 +0000 (-0800) Subject: Drivers: hv: Implement routines for read side signaling optimization X-Git-Tag: v3.9-rc1~124^2~102 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdf3b21433e901dcba0ac186f00d604ce944f56;p=pandora-kernel.git Drivers: hv: Implement routines for read side signaling optimization Implement functions that will support read-side signaling optimization. By having the reader indicate the start of the "read" operation and the "end" of the read operation we can more efficiently handle the signaling protocol: while the read is in progress, there is no need for the "writer" to signal the "reader" as new items are put on the read queue. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed