From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030419AbWGZIWj (ORCPT ); Wed, 26 Jul 2006 04:22:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030436AbWGZIWj (ORCPT ); Wed, 26 Jul 2006 04:22:39 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:59276 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S1030419AbWGZIWi (ORCPT ); Wed, 26 Jul 2006 04:22:38 -0400 Date: Wed, 26 Jul 2006 10:16:31 +0200 From: Ingo Molnar To: Steven Rostedt Cc: LKML , akpm@osdl.org, Thomas Gleixner Subject: Re: [PATCH] reference rt-mutex-design in rtmutex.c Message-ID: <20060726081631.GC11604@elte.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.3 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.3 required=5.9 tests=AWL,BAYES_50 autolearn=no SpamAssassin version=3.0.3 0.5 BAYES_50 BODY: Bayesian spam probability is 40 to 60% [score: 0.5000] -0.2 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > + * Before making any design changes to this file, please refer to > + * Documentation/rt-mutex-design.txt and update accordingly. please change this to: + * See Documentation/rt-mutex-design.txt for details. Ingo