Re: [PATCH 51/51] fs/zonefs: Fix sparse warnings in tracing code
From: Christoph Hellwig <hch@lst.de>
Date: 2022-06-24 04:56:22
From: Christoph Hellwig <hch@lst.de>
Date: 2022-06-24 04:56:22
On Thu, Jun 23, 2022 at 11:05:28AM -0700, Bart Van Assche wrote:
Since __bitwise types are not supported by the tracing infrastructure, store the operation type as an int in the tracing event.
Please give the field in the trace even the proper type instead of all the crazy casting.