Re: CSCAN I/O scheduler for 2.6.10 kernel

From: Jan Engelhardt
Date: Tue Apr 11 2006 - 07:42:45 EST


>> >I am attaching the CSCAN scheduler patch for 2.6.16.2 kernel.
>>
>> Thanks, I will try this.
>>
>> I have a question, why does not it use the kernel's rbtree implementation?
>
>It does, I dunno why you think it doesn't?

My bad. I thought because a function is named
static struct cscan_request *__rb_insert_request
led me to believe this is the main insert function (when in fact it
rb_link_node is). Maybe it should be just
called "insert_request".


-
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/