linux/drivers/block/xen-blkback
Konrad Rzeszutek Wilk 64391b2536 xen/blkback: Fix the inhibition to map pages when discarding sector ranges.
The 'operation' parameters are the ones provided to the bio layer while
the req->operation are the ones passed in between the backend and
frontend. We used the wrong 'operation' value to squash the
call to map pages when processing the discard operation resulting
in an hypercall that did nothing. Lets guard against going in the
mapping function by checking for the proper operation type.

CC: Li Dongyang <lidongyang@novell.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2011-10-13 09:48:38 -04:00
..
blkback.c xen/blkback: Fix the inhibition to map pages when discarding sector ranges. 2011-10-13 09:48:38 -04:00
common.h xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. 2011-10-13 09:48:36 -04:00
Makefile xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly. 2011-04-20 11:57:59 -04:00
xenbus.c xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. 2011-10-13 09:48:36 -04:00