OK. So would it suffice to make queue_nr_requests an argument to
a new blk_init_queue()?
- blk_init_queue(q, sci_request);
+ blk_init_queue_ng(q, sci_request, 1024);
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/