[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191119080648.yghtetswmf2iploa@steredhat.homenet.telecomitalia.it>
Date: Tue, 19 Nov 2019 09:06:48 +0100
From: Stefano Garzarella <sgarzare@...hat.com>
To: kbuild test robot <lkp@...el.com>, davem@...emloft.net
Cc: kbuild-all@...ts.01.org, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alexios Zavras <alexios.zavras@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH linux-next] vsock/vmci: vmci_vsock_cb_host_called can
be static
On Tue, Nov 19, 2019 at 12:56:15AM +0800, kbuild test robot wrote:
>
> Fixes: b1bba80a4376 ("vsock/vmci: register vmci_transport only when VMCI guest/host are active")
> Signed-off-by: kbuild test robot <lkp@...el.com>
> ---
> vmci_driver.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/vmw_vmci/vmci_driver.c b/drivers/misc/vmw_vmci/vmci_driver.c
> index 95fed4664a2d2..cbb706dabede9 100644
> --- a/drivers/misc/vmw_vmci/vmci_driver.c
> +++ b/drivers/misc/vmw_vmci/vmci_driver.c
> @@ -30,7 +30,7 @@ static bool vmci_host_personality_initialized;
>
> static DEFINE_MUTEX(vmci_vsock_mutex); /* protects vmci_vsock_transport_cb */
> static vmci_vsock_cb vmci_vsock_transport_cb;
> -bool vmci_vsock_cb_host_called;
> +static bool vmci_vsock_cb_host_called;
>
> /*
> * vmci_get_context_id() - Gets the current context ID.
>
My fault!
Reviewed-by: Stefano Garzarella <sgarzare@...hat.com>
Powered by blists - more mailing lists