OpenVZ Forum


Home » Mailing lists » Devel » [PATCH] cfq: get rid of cfqq hash
Re: [PATCH] cfq: get rid of cfqq hash [message #12321 is a reply to message #12308] Wed, 25 April 2007 07:32 Go to previous message
Vasily Tarasov is currently offline  Vasily Tarasov
Messages: 1345
Registered: January 2006
Senior Member
From: Vasily Tarasov <vtaras@openvz.org>

>> - if (key != CFQ_KEY_ASYNC)
>> + if (!is_sync)
>> cfq_mark_cfqq_idle_window(cfqq);
>> + else
>> + cfq_mark_cfqq_sync(cfqq);
>
> Woops, should be
>
> if (is_sync) {
> cfq_mark_cfqq_idle_window(cfqq);
> cfq_mark_cfqq_sync(cfqq);
> }
>
> of course.

Ugh!.. My fault, sorry.

Vasily
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH 0/7] Containers (V8): Generic Process Containers
Next Topic: [patch 0/8] mount ownership and unprivileged mount syscall (v4)
Goto Forum:
  


Current Time: Mon Jul 14 02:50:51 GMT 2025

Total time taken to generate the page: 0.01617 seconds