From: Konrad Rzeszutek Wilk Date: Fri, 14 Oct 2011 16:13:05 +0000 (-0400) Subject: xen/blkback: Check for proper operation. X-Git-Tag: v3.2-rc1~48^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda1852802a6cc6fdecb9021e491b2de680c76b9;p=pandora-kernel.git xen/blkback: Check for proper operation. The patch titled: "xen/blkback: Fix the inhibition to map pages when discarding sector ranges." had the right idea except that it used the wrong comparison operator. It had == instead of !=. This fixes the bug where all (except discard) operations would have been ignored. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed