Re: [PATCH v3 1/2] sg_io: pass request_queue to blk_verify_command

2012-11-13 Thread Tejun Heo
On Tue, Nov 13, 2012 at 06:25:12PM +0100, Paolo Bonzini wrote: > Adjust the blk_verify_command function to let it look at per-queue > data. This will be done in the next patch. > > Cc: linux-s...@vger.kernel.org > Cc: Alan Cox > Cc: James Bottomley > Cc: Jens Axboe > Cc: Ric Wheeler > Cc: Tej

[PATCH v3 1/2] sg_io: pass request_queue to blk_verify_command

2012-11-13 Thread Paolo Bonzini
Adjust the blk_verify_command function to let it look at per-queue data. This will be done in the next patch. Cc: linux-s...@vger.kernel.org Cc: Alan Cox Cc: James Bottomley Cc: Jens Axboe Cc: Ric Wheeler Cc: Tejun Heo Signed-off-by: Paolo Bonzini --- v2->v3: separated from "block: