public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* noop insert
@ 2004-12-23 16:01 Shailabh Nagar
  2004-12-24 10:07 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Shailabh Nagar @ 2004-12-23 16:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

In noop-iosched.c (2.6.10-rc2),

void elevator_noop_add_request(request_queue_t *q, struct request *rq,
			       int where)
{
	struct list_head *insert = q->queue_head.prev;

	if (where == ELEVATOR_INSERT_FRONT)
		insert = &q->queue_head;

	list_add_tail(&rq->queuelist, &q->queue_head);
<snip>

shouldn't the insertion happen at insert instead of q->queue_head ?

-- Shailabh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-24 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-23 16:01 noop insert Shailabh Nagar
2004-12-24 10:07 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox