[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5746D0C8.7000801@citrix.com>
Date: Thu, 26 May 2016 11:32:40 +0100
From: David Vrabel <david.vrabel@...rix.com>
To: Arnd Bergmann <arnd@...db.de>,
David Vrabel <david.vrabel@...rix.com>
CC: Juergen Gross <jgross@...e.com>,
Stefano Stabellini <stefano.stabellini@...citrix.com>,
Daniel Kiper <daniel.kiper@...cle.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
<linux-kernel@...r.kernel.org>, <stable@...r.kernel.org>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Julien Grall <julien.grall@...rix.com>,
Ross Lagerwall <ross.lagerwall@...rix.com>,
<xen-devel@...ts.xenproject.org>,
"Boris Ostrovsky" <boris.ostrovsky@...cle.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [Xen-devel] [PATCH] xen: remove incorrect forward declaration
On 11/05/16 14:07, Arnd Bergmann wrote:
> A bugfix patch for the xen balloon driver introduced a forward
> declaration for a static function that is conditionally compiled,
> causing a warning if only the declaration but not the definition
> are there:
>
> drivers/xen/balloon.c:154:13: error: 'release_memory_resource' declared 'static' but never defined [-Werror=unused-function]
> static void release_memory_resource(struct resource *resource);
>
> This removes the declaration again and instead moves the function
> definition to the right place, before its first caller and inside
> of the #ifdef protecting both.
I've applied the equivalent patch from Ross, instead.
> The patch that introduced the warning is marked for stable
> backports, so if that gets applied to 4.4, so should this one.
Fixes for compiler warnings are not sufficiently important to be
backported to stable.
David
Powered by blists - more mailing lists