From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752615AbdC0Mqk (ORCPT ); Mon, 27 Mar 2017 08:46:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:54150 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751813AbdC0Mqd (ORCPT ); Mon, 27 Mar 2017 08:46:33 -0400 Date: Mon, 27 Mar 2017 14:46:30 +0200 From: Jan Kara To: Corcodel Marian Cc: Jan Kara , linux-kernel@vger.kernel.org Subject: Re: Remove inline declarations. Message-ID: <20170327124630.GD6071@quack2.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat 25-03-17 17:51:14, Corcodel Marian wrote: > Inline declarations on include/linux/quota.h suppress errors message on > compiler. > > > special on dquot_state_types : > > unsigned dquot_state_types(unsigned flags, unsigned flag) > { > //BUILD_BUG_ON_NOT_POWER_OF_2(flag); > return (flags / flag) & ((1 << MAXQUOTAS) - 1); > } > > Looking here for more info : https://sourceforge.net/projects/marnux/ Sorry but I don't get what you are speaking about. Can you be more specific? Honza -- Jan Kara SUSE Labs, CR