]> git.baikalelectronics.ru Git - kernel.git/commit
xen/blkback: Get the 'requeust_queue' properly.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Apr 2011 16:04:17 +0000 (12:04 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Apr 2011 16:06:14 +0000 (12:06 -0400)
commitc75eb251e887c93cea9226c69387029b75df27bc
treeb7615c4f73da2d0a8d4a0574d6ae83aa540618ec
parent800c58f4efbb900e293a11d9c3b58a68eba4e5af
xen/blkback: Get the 'requeust_queue' properly.

After the commit 4e67694c0da41170dc50357c76034500c8c8f50a
("    xen/blkback: remove per-queue plugging") we forgot
to retrieve the 'struct request_queue' from the block device.

This puts the functionality back in and fixes a NULL pointer
bug.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/blkback/blkback.c