Re: [PATCH 11/21] nbd: limit blk_queue
- From: Erik Mouw <erik@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Sep 2006 17:17:17 +0200
On Wed, Sep 06, 2006 at 03:16:41PM +0200, Peter Zijlstra wrote:
- disk->queue = blk_init_queue(do_nbd_request, &nbd_lock);
+ disk->queue = blk_init_queue_node_elv(do_nbd_request,
+ &nbd_lock, -1, "noop");
So what happens if the noop scheduler isn't compiled into the kernel?
Erik
--
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 11/21] nbd: limit blk_queue
- From: Jens Axboe
- Re: [PATCH 11/21] nbd: limit blk_queue
- References:
- [PATCH 11/21] nbd: limit blk_queue
- From: Peter Zijlstra
- [PATCH 11/21] nbd: limit blk_queue
- Prev by Date: Re: [linux-pm] [linux-usb-devel] [RFC] USB device persistence across suspend-to-disk
- Next by Date: Re: [OLPC-devel] Re: [RFC][PATCH 1/2] ACPI: Idle Processor PM Improvements
- Previous by thread: [PATCH 11/21] nbd: limit blk_queue
- Next by thread: Re: [PATCH 11/21] nbd: limit blk_queue
- Index(es):
Relevant Pages
|