commit | d893ff86034f7107f89d8b740c2b5902a21a49db | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Mon Jul 02 12:52:06 2018 -0500 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jul 09 09:07:53 2018 -0600 |
tree | 04d40124c254c03b6ea0f88131e4ce7f9bdc252e | |
parent | d769a992966b0a188096fda24fc08fc769ec6547 [diff] |
block/loop: mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>