cfq: Annotate fall-through in a switch statement
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 7 Aug 2018 23:17:28 +0000 (16:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Aug 2018 23:57:11 +0000 (17:57 -0600)
commit9b4f43460dd0ee461f5dd65ee1efa152f2e52559
treed275a37cdbe3700636f9ea01674e85eea19cbb6e
parent2887e41b910bb14fd847cf01ab7a5993db989d88
cfq: Annotate fall-through in a switch statement

This patch avoids that gcc complains about fall-through when building
with W=1.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/cfq-iosched.c