]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/bfq-iosched.c
bfq: Annotate fall-through in a switch statement
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 30 Aug 2017 18:42:07 +0000 (11:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Sep 2017 19:56:36 +0000 (13:56 -0600)
commitfa393d1b9c6326c227a24915a6f00721a288bde9
treedae6d27af9f38e63b9d816bbfa9c574417f839f9
parenta254d989f31df97be9ee07a13b9b20087d0d3106
bfq: Annotate fall-through in a switch statement

This patch avoids that gcc 7 issues a warning about fall-through
when building with W=1.

Acked-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c