X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=block%2Fblk-wbt.c;h=fd410086fe1de59b02e926dd364b9253a05a6311;hb=a8fcbd269b4340c36dbf99b4453bcbfe128d93fb;hp=0fa615eefd52639cc25490d9534310f27b1f5da7;hpb=8c26c87b05323a7ccdc632820b85253e0bf47fd9;p=mirror_ubuntu-hirsute-kernel.git diff --git a/block/blk-wbt.c b/block/blk-wbt.c index 0fa615eefd52..fd410086fe1d 100644 --- a/block/blk-wbt.c +++ b/block/blk-wbt.c @@ -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: