From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261402AbVFAOyg (ORCPT ); Wed, 1 Jun 2005 10:54:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261401AbVFAOyf (ORCPT ); Wed, 1 Jun 2005 10:54:35 -0400 Received: from mail.tv-sign.ru ([213.234.233.51]:48318 "EHLO several.ru") by vger.kernel.org with ESMTP id S261403AbVFAOyb (ORCPT ); Wed, 1 Jun 2005 10:54:31 -0400 Message-ID: <429DCE15.76545CBD@tv-sign.ru> Date: Wed, 01 Jun 2005 19:02:45 +0400 From: Oleg Nesterov X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.20 i686) X-Accept-Language: en MIME-Version: 1.0 To: Daniel Walker Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Inaky Perez-Gonzalez Subject: Re: [patch] Real-Time Preemption, -RT-2.6.12-rc4-V0.7.47-06 References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Daniel Walker wrote: > > On Wed, 1 Jun 2005, Oleg Nesterov wrote: > > > fifo? 2 > > fifo? 1 > > fifo? 0 > > plist_for_each() wasn't designed to be FIFO , as you've discovered. That's > the slow method , you should test the fast method via pulling the nodes > off the front of the list. Sorry, I don't understand you. Could you please explain this to me? Oleg.