Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 24 Jul 2002 08:41:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 24 Jul 2002 08:41:00 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:39883 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id ; Wed, 24 Jul 2002 08:41:00 -0400 Date: Wed, 24 Jul 2002 14:43:53 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: cc: , Subject: Re: please DON'T run 2.5.27 with IDE! In-Reply-To: <3D3E90E4.3080108@evision.ag> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 19 On Wed, 24 Jul 2002, Marcin Dalecki wrote: > [root@localhost block]# grep \>special *.c > elevator.c: !rq->waiting && !rq->special) > ^^^^^^ This one is supposed to have the required barrier effect. Go reread, no barrier effect, requests can slip in before your REQ_SPECIAL. They cannon only be merged with REQ_SPECIAL. Regards -- Bartlomiej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/