Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758342AbYFLUfz (ORCPT ); Thu, 12 Jun 2008 16:35:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755189AbYFLUfr (ORCPT ); Thu, 12 Jun 2008 16:35:47 -0400 Received: from yw-out-2324.google.com ([74.125.46.28]:59255 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755175AbYFLUfr (ORCPT ); Thu, 12 Jun 2008 16:35:47 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=kJyWqONyQYQix/UQ3sfunZdw6mVHATDHfLyGnFX875I7qHbolat+tsQctE5XUsb0lx DHwXCezkm/5t+AN4tAc0e3BQbDEY5xP5HFSOvesV7RJ0weDg/N/KOIVxWdW/FE0G/6yZ LpE5w2ujttpm29n/xo6jovioFt+z7Z2qwmB/A= Message-ID: Date: Thu, 12 Jun 2008 21:35:25 +0100 From: "Duane Griffin" To: "Dave Kleikamp" Subject: Re: [PATCH 6/6] ext4: tighten restrictions on inode flags Cc: "Aneesh Kumar K.V" , akpm@linux-foundation.org, "Andreas Dilger" , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <1213298827.6382.2.camel@norville.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1213142649-32685-1-git-send-email-duaneg@dghda.com> <1213142649-32685-2-git-send-email-duaneg@dghda.com> <1213142649-32685-3-git-send-email-duaneg@dghda.com> <1213142649-32685-4-git-send-email-duaneg@dghda.com> <1213142649-32685-5-git-send-email-duaneg@dghda.com> <1213142649-32685-6-git-send-email-duaneg@dghda.com> <1213142649-32685-7-git-send-email-duaneg@dghda.com> <20080611113104.GC9008@skywalker> <1213298827.6382.2.camel@norville.austin.ibm.com> X-Google-Sender-Auth: d09a260f5f621f51 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 758 Lines: 25 2008/6/12 Dave Kleikamp : >> Whoops, I was matching the fields in ex4_inode, but I should have been >> looking at ext4_inode_info. Shouldn't sparse have complained about >> that? > > It does, but not by default. You need to run sparse with > -D__CHECK_ENDIAN__ > > I use this alias: > make_sparse is aliased to `make C=2 CF="-D__CHECK_ENDIAN__"' That does the trick nicely, thanks! > Shaggy Cheers, Duane. -- "I never could learn to drink that blood and call it wine" - Bob Dylan -- 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/