Loading
bdev/raid: update SPDK_TRACE_REGISTER_FN() call
After commit 0eae0106 ("trace: do not define fn in SPDK_TRACE_REGISTER_FN"), this macro now requires the trace function to be defined separately. It updated all calls to this macro, but before it was merged a new one was added in bdev_raid. This patch fixes build failures that happen because of that. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I26633d276c1037daa567777906b2be6df1c90849 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24967 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by:
Michal Berger <michal.berger@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com>