Re: [PATCH 07/11] block: get rid of blk_trace_request_get_cgid()
From: Chaitanya Kulkarni <hidden>
Date: 2020-07-01 04:38:13
Also in:
dm-devel
From: Chaitanya Kulkarni <hidden>
Date: 2020-07-01 04:38:13
Also in:
dm-devel
On 6/29/20 10:12 PM, Christoph Hellwig wrote:
On Mon, Jun 29, 2020 at 04:43:10PM -0700, Chaitanya Kulkarni wrote:quoted
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.
The helper adds an additional function call which can be avoided easily since blk_trace_bio_get_cgid() is written nicely, that also maintains the readability of the code. Unless the cost of the function call doesn't matter and readability is not lost can we please not use helper ?