On Fri, Nov 12, 2021 at 04:10:06PM +0800, Laibin Qiu wrote: > if (blk_throtl_bio(bio)) { > - blkcg_bio_issue_init(bio); > return false; > } Please also drop the now superflous braces. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>
On Fri, Nov 12, 2021 at 04:10:06PM +0800, Laibin Qiu wrote: > if (blk_throtl_bio(bio)) { > - blkcg_bio_issue_init(bio); > return false; > } Please also drop the now superflous braces. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>