Re: [PATCH -next] blkcg: Remove extra blkcg_bio_issue_init
From: Christoph Hellwig
Date: Fri Nov 12 2021 - 03:54:14 EST
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>