Re: Remove inline declarations.

From: Jan Kara
Date: Mon Mar 27 2017 - 08:47:21 EST


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 <jack@xxxxxxxx>
SUSE Labs, CR