]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
blk-iolatency: #include "blk.h"
authorBart Van Assche <bvanassche@acm.org>
Wed, 20 Mar 2019 20:15:01 +0000 (13:15 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 2 Jul 2019 10:07:53 +0000 (12:07 +0200)
commitde12dd1a3f3d7ebcc818ae095efb90c95241c14f
treeab77b3b462d9d3acc064b2c500a58265ed3c3a68
parentba799b32ace9233bd8cba450a2873962d8afc800
blk-iolatency: #include "blk.h"

BugLink: https://bugs.launchpad.net/bugs/1830906
[ Upstream commit 373e915cd8e84544609eced57a44fbc084f8d60f ]

This patch avoids that the following warning is reported when building
with W=1:

block/blk-iolatency.c:734:5: warning: no previous prototype for 'blk_iolatency_init' [-Wmissing-prototypes]

Cc: Josef Bacik <jbacik@fb.com>
Fixes: d70675121546 ("block: introduce blk-iolatency io controller") # v4.19
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
block/blk-iolatency.c