From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: [PATCH 09/17] Monitor: avoid skipping checks on external arays Date: Fri, 05 Nov 2010 09:17:17 -0700 Message-ID: <4CD42E0D.7020700@intel.com> References: <4CD39A5F.2050703@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: "Czarnowska, Anna" Cc: Neil Brown , "linux-raid@vger.kernel.org" , "Neubauer, Wojciech" , "Ciechanowski, Ed" , "Labun, Marcin" , "Hawrylewicz Czarnowski, Przemyslaw" List-Id: linux-raid.ids On 11/05/2010 07:56 AM, Czarnowska, Anna wrote: > Metadata_version is needed for: > Deciding if metadata type is container-based - more than just the utime check depends on it > Getting parent container number from subarrays - for linking subarrays with containers > Obtaining superswitch - to avoid calling guess_super when we already know the kind of metadata > > Introducing utime_valid flag would just duplicate part of information included in metadata_version. > Regards > Anna Ah, ok reading this patch in isolation does not convey these future usages. We could put this text in the changelog.