]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - block/blk-wbt.c
perf tools: Add FIFO file names as alternative options to --control
[mirror_ubuntu-hirsute-kernel.git] / block / blk-wbt.c
index 0fa615eefd52639cc25490d9534310f27b1f5da7..fd410086fe1de59b02e926dd364b9253a05a6311 100644 (file)
@@ -528,7 +528,7 @@ static inline bool wbt_should_throttle(struct rq_wb *rwb, struct bio *bio)
                if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) ==
                    (REQ_SYNC | REQ_IDLE))
                        return false;
-               /* fallthrough */
+               fallthrough;
        case REQ_OP_DISCARD:
                return true;
        default: