From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH] linux/fs.h - Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros Date: Tue, 26 Feb 2008 20:55:34 -0800 Message-ID: <1204088134.19319.420.camel@localhost> References: <1204081722.19319.405.camel@localhost> <1204084947.19319.411.camel@localhost> <20080227041316.GA23188@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: LKML , Linus Torvalds , linux-fsdevel@vger.kernel.org, gcc@gcc.gnu.org To: Matthew Wilcox Return-path: Received: from 136-022.dsl.labridge.com ([206.117.136.22]:2936 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753467AbYB0E6I (ORCPT ); Tue, 26 Feb 2008 23:58:08 -0500 In-Reply-To: <20080227041316.GA23188@parisc-linux.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 2008-02-26 at 21:13 -0700, Matthew Wilcox wrote: > That's very interesting. It's only 64 bytes, but still, it's not > supposed to have any different effect. Especially because __simple_attr_check_format is not even used or called in an x86 defconfig. It's powerpc/cell specific. > Could you distill a test case for the GCC folks I'll play around with it.