Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 3 Oct 2002 19:04:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 3 Oct 2002 19:04:46 -0400 Received: from 12-231-242-11.client.attbi.com ([12.231.242.11]:33293 "HELO kroah.com") by vger.kernel.org with SMTP id ; Thu, 3 Oct 2002 19:04:46 -0400 Date: Thu, 3 Oct 2002 16:07:28 -0700 From: Greg KH To: Kevin Corry Cc: linux-kernel@vger.kernel.org, evms-devel@lists.sourceforge.net Subject: Re: EVMS Submission for 2.5 Message-ID: <20021003230728.GF2289@kroah.com> References: <02100216332002.18102@boiler> <20021002224343.GB16453@kroah.com> <02100316563708.05904@boiler> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02100316563708.05904@boiler> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 41 On Thu, Oct 03, 2002 at 04:56:37PM -0500, Kevin Corry wrote: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/evms/runtime/linux-2.5/ Heh, looks like you ran the thing through Lindent without looking at the output. Lindent is a great place to start, but it does generate lines like the following which you will probably want to fix up by hand (unless you really want to try to maintain things like this...) volume_group-> volume_list[AIXppent-> lv_index - 1]-> le_to_pe_map_mir1 [le_number]. pe_sector_offset = offset; oh, here's another one that's even messier: volume_group-> volume_list [AIXppent-> lv_index - 1]-> le_to_pe_map_mir2 [le_number]. pe_sector_offset = offset; You also have a number of local variables that use InterCaps. But, 80 column rants aside, the code looks much better, thank you for cleaning it up. thanks, greg k-h - 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/