Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbWEPG2n (ORCPT ); Tue, 16 May 2006 02:28:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751526AbWEPG2n (ORCPT ); Tue, 16 May 2006 02:28:43 -0400 Received: from ms-smtp-02.nyroc.rr.com ([24.24.2.56]:40858 "EHLO ms-smtp-02.nyroc.rr.com") by vger.kernel.org with ESMTP id S1751524AbWEPG2n (ORCPT ); Tue, 16 May 2006 02:28:43 -0400 Date: Tue, 16 May 2006 02:28:27 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: akpm@osdl.org cc: LKML , Thomas Gleixner , Ingo Molnar , "Randy.Dunlap" Subject: [PATCH -mm 04/02] Update rt-mutex-design.txt per Randy Dunlap In-Reply-To: Message-ID: References: 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: 1109 Lines: 24 Small grammar fix. From: Randy.Dunlap Signed-off-by: Steven Rostedt Index: linux-2.6.17-rc3-mm1/Documentation/rt-mutex-design.txt =================================================================== --- linux-2.6.17-rc3-mm1.orig/Documentation/rt-mutex-design.txt 2006-05-16 02:23:49.000000000 -0400 +++ linux-2.6.17-rc3-mm1/Documentation/rt-mutex-design.txt 2006-05-16 02:24:25.000000000 -0400 @@ -160,7 +160,7 @@ Here we show both chains: F->L5-+ For PI to work, the processes at the right end of these chains (or we may -also call the Top of the chain) must be equal to or higher in priority +also call it the Top of the chain) must be equal to or higher in priority than the processes to the left or below in the chain. Also since a mutex may have more than one process blocked on it, we can - 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/