From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 02/21] fs: remove inline marking of EXPORT_SYMBOL functions Date: Thu, 9 May 2013 09:07:42 +0100 Message-ID: <20130509080742.GE25399@ZenIV.linux.org.uk> References: <1368086241-9357-1-git-send-email-yefremov.denis@gmail.com> <1368086323-9412-2-git-send-email-yefremov.denis@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, trivial@kernel.org, ldv-project@linuxtesting.org To: Denis Efremov Return-path: Content-Disposition: inline In-Reply-To: <1368086323-9412-2-git-send-email-yefremov.denis@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, May 09, 2013 at 11:58:24AM +0400, Denis Efremov wrote: > EXPORT_SYMBOL and inline directives are contradictory to each other. > The patch fixes this inconsistency. What makes them contradictory, in your opinion? With references to relevant parts of C99, please.