search for: bi_dev

Displaying 2 results from an estimated 2 matches for "bi_dev".

Did you mean: bi_bdev
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...tat_acct(req, 1); } else { spin_lock_irq(q->queue_lock); - add_acct_request(q, req, where); + add_acct_request(req, where); __blk_run_queue(q); -out_unlock: spin_unlock_irq(q->queue_lock); } } EXPORT_SYMBOL_GPL(blk_queue_bio); /* for device mapper only */ /* * If bio->bi_dev is a partition, remap the location */ static inline void blk_partition_remap(struct bio *bio) @@ -1796,19 +1773,19 @@ int blk_insert_cloned_request(struct request_queue *q, struct request *rq) /* * Submitting request must be dequeued before calling this function * because it will be link...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...tat_acct(req, 1); } else { spin_lock_irq(q->queue_lock); - add_acct_request(q, req, where); + add_acct_request(req, where); __blk_run_queue(q); -out_unlock: spin_unlock_irq(q->queue_lock); } } EXPORT_SYMBOL_GPL(blk_queue_bio); /* for device mapper only */ /* * If bio->bi_dev is a partition, remap the location */ static inline void blk_partition_remap(struct bio *bio) @@ -1796,19 +1773,19 @@ int blk_insert_cloned_request(struct request_queue *q, struct request *rq) /* * Submitting request must be dequeued before calling this function * because it will be link...