From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752341AbYD2BWd (ORCPT ); Mon, 28 Apr 2008 21:22:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753535AbYD2BWO (ORCPT ); Mon, 28 Apr 2008 21:22:14 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57373 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753399AbYD2BWM (ORCPT ); Mon, 28 Apr 2008 21:22:12 -0400 Date: Mon, 28 Apr 2008 18:21:18 -0700 (PDT) From: Linus Torvalds To: Al Viro cc: Adrian Bunk , Ingo Molnar , Linux Kernel Mailing List , Andrew Morton , Thomas Gleixner , "H. Peter Anvin" , Alexander van Heukelum , jdike@addtoit.com Subject: Re: [2.6 patch] fs/block_dev.c:I_BDEV() mustn't be inline In-Reply-To: <20080429011202.GH5882@ZenIV.linux.org.uk> Message-ID: References: <20080424215739.GA32378@elte.hu> <20080426151516.GA27894@elte.hu> <20080426172222.GD17345@elte.hu> <20080428153831.GC2813@cs181133002.pp.htv.fi> <20080429011202.GH5882@ZenIV.linux.org.uk> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Apr 2008, Al Viro wrote: > > AFAICS, it's a gcc bug. So did the "always_inline" thing just hide this? Or what is going on? We can just say that gcc-3 has to always_inline if so. Linus