From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Jan 2016 01:02:07 +0000 From: Al Viro To: David Howells Cc: chengang@emindsoft.com.cn, akpm@linux-foundation.org, nicolas.iooss_linux@m4x.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Chen Gang Subject: Re: [PATCH] fs: dcache: Use bool return value instead of int Message-ID: <20160112010207.GP17997@ZenIV.linux.org.uk> References: <20160111225104.GO17997@ZenIV.linux.org.uk> <1452547845-12039-1-git-send-email-chengang@emindsoft.com.cn> <26031.1452558817@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26031.1452558817@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tue, Jan 12, 2016 at 12:33:37AM +0000, David Howells wrote: > gcc-5 does actually produce slightly smaller code when int returns are > replaced by bools under some circumstances within the kernel. For inlines? Are you serious?