Re: [PATCH 07/11] block: get rid of blk_trace_request_get_cgid()
From: Christoph Hellwig <hch@lst.de>
Date: 2020-06-30 05:12:05
Also in:
dm-devel
From: Christoph Hellwig <hch@lst.de>
Date: 2020-06-30 05:12:05
Also in:
dm-devel
On Mon, Jun 29, 2020 at 04:43:10PM -0700, Chaitanya Kulkarni wrote:
Now that we have done cleanup we can safely get rid of the blk_trace_request_get_cgid() and replace it with blk_trace_bio_get_cgid().
To me the helper actually looks useful compared to open coding the check in a bunch of callers.