From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751059AbWGZMWh (ORCPT ); Wed, 26 Jul 2006 08:22:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751453AbWGZMWg (ORCPT ); Wed, 26 Jul 2006 08:22:36 -0400 Received: from ms-smtp-02.nyroc.rr.com ([24.24.2.56]:19596 "EHLO ms-smtp-02.nyroc.rr.com") by vger.kernel.org with ESMTP id S1751059AbWGZMWg (ORCPT ); Wed, 26 Jul 2006 08:22:36 -0400 Subject: Re: [PATCH] reference rt-mutex-design in rtmutex.c From: Steven Rostedt To: Ingo Molnar Cc: LKML , akpm@osdl.org, Thomas Gleixner In-Reply-To: <20060726081631.GC11604@elte.hu> References: <20060726081631.GC11604@elte.hu> Content-Type: text/plain Date: Wed, 26 Jul 2006 08:22:25 -0400 Message-Id: <1153916545.6270.10.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2006-07-26 at 10:16 +0200, Ingo Molnar wrote: > * 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. OK will do. But I still like the idea that we imply being hit with a wet noodle if you don't update the document ;) -- Steve