Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754900AbXH1EsV (ORCPT ); Tue, 28 Aug 2007 00:48:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751551AbXH1EsL (ORCPT ); Tue, 28 Aug 2007 00:48:11 -0400 Received: from agminet01.oracle.com ([141.146.126.228]:34971 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbXH1EsK (ORCPT ); Tue, 28 Aug 2007 00:48:10 -0400 Message-ID: <46D3A8AD.6000701@oracle.com> Date: Mon, 27 Aug 2007 21:46:37 -0700 From: Randy Dunlap User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: "Michael J. Evans" CC: Michael Evans , Neil Brown , Ingo Molnar , linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch v3 1/1] md: Software Raid autodetect dev list not array References: <200708222058.45480.mjevans1983@comcast.net> <200708271516.21889.mjevans1983@comcast.net> <20070827153020.43788e21.randy.dunlap@oracle.com> <200708272138.19785.mjevans1983@comcast.net> In-Reply-To: <200708272138.19785.mjevans1983@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1572 Lines: 50 Michael J. Evans wrote: > On Monday 27 August 2007, Randy Dunlap wrote: >> On Mon, 27 Aug 2007 15:16:21 -0700 Michael J. Evans wrote: >> >>> ============================================================= >>> --- linux/drivers/md/md.c.orig 2007-08-21 03:19:42.511576248 -0700 >>> +++ linux/drivers/md/md.c 2007-08-21 04:30:09.775525710 -0700 >>> @@ -24,4 +24,6 @@ >>> >>> + - autodetect dev list not array: Michael J. Evans > >>> + >> Nowadays we use an SCM for such comments, not the source file(s). > > SCM? Is this automatic, where do I go to see it? See Documentation/SubmittingPatches: 14) The canonical patch format: The canonical patch message body contains the following: - A "from" line specifying the patch author. - An empty line. - The body of the explanation, which will be copied to the permanent changelog to describe this patch. - The "Signed-off-by:" lines, described above, which will also go in the changelog. - A marker line containing simply "---". - Any additional comments not suitable for the changelog. - The actual patch (diff output). so just put whatever you want to be in the permanent SCM logs into the "body of the explanation" part of the email. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - 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/