Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751330AbWEOJNm (ORCPT ); Mon, 15 May 2006 05:13:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751383AbWEOJNm (ORCPT ); Mon, 15 May 2006 05:13:42 -0400 Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58]:27272 "EHLO ms-smtp-04.nyroc.rr.com") by vger.kernel.org with ESMTP id S1751330AbWEOJNl (ORCPT ); Mon, 15 May 2006 05:13:41 -0400 Date: Mon, 15 May 2006 05:13:28 -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 03/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: 1027 Lines: 22 Add blank line under index 1) in rt-mutex-design.txt. 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-15 05:10:22.000000000 -0400 +++ linux-2.6.17-rc3-mm1/Documentation/rt-mutex-design.txt 2006-05-15 05:10:25.000000000 -0400 @@ -598,6 +598,7 @@ owner. Let's look at the situations we 1) Has owner that is pending ---------------------------- + The mutex has a owner, but it hasn't woken up and the mutex flag "Pending Owner" is set. The first check is to see if the owner isn't the current task. This is because this function is also used for the pending - 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/