| commit | 6fd17b5643bf05c29fc226a5aee96328056fca10 | [log] [tgz] |
|---|---|---|
| author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Apr 18 12:04:17 2011 -0400 |
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Apr 18 12:06:14 2011 -0400 |
| tree | b7615c4f73da2d0a8d4a0574d6ae83aa540618ec | |
| parent | e93504933ee6982bdc005fa5c24e1ea330faaf8b [diff] |
xen/blkback: Get the 'requeust_queue' properly.
After the commit 0faa8cca883bbc6a0919e3c89128672659b75820
(" 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>