summaryrefslogtreecommitdiffstats
path: root/block/blk-wbt.c
diff options
context:
space:
mode:
authorBart Van Assche2017-01-02 17:46:15 +0100
committerJens Axboe2017-01-02 17:46:15 +0100
commitf2e0a0b292682dd94274d6793d76656b41526147 (patch)
tree7923deecb9440c1b853167c0e64b39bf58a3d8a9 /block/blk-wbt.c
parentclean_bdev_aliases: Prevent cleaning blocks that are not in block range (diff)
downloadkernel-qcow2-linux-f2e0a0b292682dd94274d6793d76656b41526147.tar.gz
kernel-qcow2-linux-f2e0a0b292682dd94274d6793d76656b41526147.tar.xz
kernel-qcow2-linux-f2e0a0b292682dd94274d6793d76656b41526147.zip
block: Make wbt_wait() definition consistent with declaration
Fixes: e34cbd307477 ("blk-wbt: add general throttling mechanism") Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-wbt.c')
-rw-r--r--block/blk-wbt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c
index 6e82769f4042..fd28c2806406 100644
--- a/block/blk-wbt.c
+++ b/block/blk-wbt.c
@@ -595,7 +595,7 @@ static inline bool wbt_should_throttle(struct rq_wb *rwb, struct bio *bio)
* in an irq held spinlock, if it holds one when calling this function.
* If we do sleep, we'll release and re-grab it.
*/
-unsigned int wbt_wait(struct rq_wb *rwb, struct bio *bio, spinlock_t *lock)
+enum wbt_flags wbt_wait(struct rq_wb *rwb, struct bio *bio, spinlock_t *lock)
{
unsigned int ret = 0;