linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Josef Bacik <jbacik@fb.com>
Cc: kbuild-all@01.org, linux-btrfs@vger.kernel.org
Subject: [RFC PATCH josef-btrfs] block: blkcg_qos_init() can be static
Date: Fri, 16 Feb 2018 15:01:08 +0800	[thread overview]
Message-ID: <20180216070108.GA17588@lkp-wsm-ep1> (raw)
In-Reply-To: <201802161335.keR3zHOI%fengguang.wu@intel.com>


Fixes: 6389939532e7 ("block: introduce blkcg-qos io controller")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 blkcg-qos.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blkcg-qos.c b/block/blkcg-qos.c
index a28adcc..6588b1c 100644
--- a/block/blkcg-qos.c
+++ b/block/blkcg-qos.c
@@ -337,7 +337,7 @@ static struct rq_qos_ops blkcg_qos_ops = {
 	.done_bio = blkcg_qos_done_bio,
 };
 
-int blkcg_qos_init(struct request_queue *q)
+static int blkcg_qos_init(struct request_queue *q)
 {
 	struct blkcg_qos *blkqos;
 	struct rq_qos *rqos;

      reply	other threads:[~2018-02-16  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16  7:01 [josef-btrfs:blk-qos 13/13] block/blkcg-qos.c:340:5: sparse: symbol 'blkcg_qos_init' was not declared. Should it be static? kbuild test robot
2018-02-16  7:01 ` kbuild test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180216070108.GA17588@lkp-wsm-ep1 \
    --to=fengguang.wu@intel.com \
    --cc=jbacik@fb.com \
    --cc=kbuild-all@01.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).