commit | 373e915cd8e84544609eced57a44fbc084f8d60f | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Wed Mar 20 13:15:01 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Mar 20 14:19:38 2019 -0600 |
tree | d5b122354b01fe78e4be1cd134faf389c3e4ef9b | |
parent | e6c987120e24cb913cb7bd4e675129a30fa49e0d [diff] |
blk-iolatency: #include "blk.h" 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>