From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754983AbdEHOKD (ORCPT ); Mon, 8 May 2017 10:10:03 -0400 Received: from mail-io0-f174.google.com ([209.85.223.174]:34240 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbdEHOKB (ORCPT ); Mon, 8 May 2017 10:10:01 -0400 Subject: Re: [PATCH] blk-mq: make __blk_mq_stop_hw_queues static To: Colin King , linux-block@vger.kernel.org References: <20170508104440.10945-1-colin.king@canonical.com> Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org From: Jens Axboe Message-ID: <11c54006-03bf-4532-970f-2d5fecf734a6@kernel.dk> Date: Mon, 8 May 2017 08:09:57 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170508104440.10945-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/08/2017 04:44 AM, Colin King wrote: > From: Colin Ian King > > Making __blk_mq_stop_hw_queues static fixes sparse warning: > > block/blk-mq.c:6: warning: symbol '__blk_mq_stop_hw_queues' was not > declared. Should it be static? Thanks, added. -- Jens Axboe