OSDN Git Service

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)
committer0ranko0P <ranko0p@outlook.com>
Wed, 4 Dec 2019 13:47:56 +0000 (21:47 +0800)
commit73fe280ae60ca3163dd5b679f3371f655e14da8d
treeca11487b86ccc9f94ab3fe70e17d82e00b737081
parentda98db18790e94e52e5f7df9de9c914579e0c508
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