* [josef-btrfs:blk-qos 13/13] block/blkcg-qos.c:340:5: sparse: symbol 'blkcg_qos_init' was not declared. Should it be static?
@ 2018-02-16 7:01 kbuild test robot
2018-02-16 7:01 ` [RFC PATCH josef-btrfs] block: blkcg_qos_init() can be static kbuild test robot
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2018-02-16 7:01 UTC (permalink / raw)
To: Josef Bacik; +Cc: kbuild-all, linux-btrfs
tree: https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git blk-qos
head: 6389939532e7f4a0d8f19f9efc8a4936f8368d29
commit: 6389939532e7f4a0d8f19f9efc8a4936f8368d29 [13/13] block: introduce blkcg-qos io controller
reproduce:
# apt-get install sparse
git checkout 6389939532e7f4a0d8f19f9efc8a4936f8368d29
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* [RFC PATCH josef-btrfs] block: blkcg_qos_init() can be static
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
0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2018-02-16 7:01 UTC (permalink / raw)
To: Josef Bacik; +Cc: kbuild-all, linux-btrfs
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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-16 7:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [RFC PATCH josef-btrfs] block: blkcg_qos_init() can be static kbuild test robot
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).