Files
Konrad Rzeszutek Wilk c93c85196e xen/blkback: Don't trust the handle from the frontend.
commit 01c681d4c7 upstream.

The 'handle' is the device that the request is from. For the life-time
of the ring we copy it from a request to a response so that the frontend
is not surprised by it. But we do not need it - when we start processing
I/Os we have our own 'struct phys_req' which has only most essential
information about the request. In fact the 'vbd_translate' ends up
over-writing the preq.dev with a value from the backend.

This assignment of preq.dev with the 'handle' value is superfluous
so lets not do it.

Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-04 06:06:40 +08:00
..
2012-03-28 18:30:03 +01:00
2012-10-02 10:29:59 -07:00
2012-03-22 10:47:50 -05:00
2012-07-16 09:04:08 -07:00
2012-03-28 18:30:03 +01:00