From: Konrad Rzeszutek Wilk Date: Thu, 5 May 2011 17:37:23 +0000 (-0400) Subject: xen/blkback: Squash the checking for operation into dispatch_rw_block_io X-Git-Tag: v3.0-rc1~162^2~16^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc53bf757ede292312eee10d64f4e691c8c8cebf;p=pandora-kernel.git xen/blkback: Squash the checking for operation into dispatch_rw_block_io We do a check for the operations right before calling dispatch_rw_block_io. And then we do the same check in dispatch_rw_block_io. This patch squashes those checks into the 'dispatch_rw_block_io' function. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed