[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210322132103.qiun2rjilnlgztxe@wittgenstein>
Date: Mon, 22 Mar 2021 14:21:03 +0100
From: Christian Brauner <christian.brauner@...ntu.com>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
James Morris <jamorris@...ux.microsoft.com>,
Serge Hallyn <serge@...lyn.com>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [v2] posix-acl: avoid -Wempty-body warning
On Mon, Mar 22, 2021 at 02:13:59PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> The fallthrough comment for an ignored cmpxchg() return value
> produces a harmless warning with 'make W=1':
>
> fs/posix_acl.c: In function 'get_acl':
> fs/posix_acl.c:127:36: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
> 127 | /* fall through */ ;
> | ^
>
> Simplify it as a step towards a clean W=1 build. As all architectures
> define cmpxchg() as a statement expression these days, it is no longer
> necessary to evaluate its return code, and the if() can just be droped.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
Thanks you!
Reviewed-by: Christian Brauner <christian.brauner@...ntu.com>
Powered by blists - more mailing lists