Loading
bdev/malloc: don't do verify when separate metadata buffer is null
The `bdev_gpt` module will examine Malloc device without passing separate metadata buffer, then the Malloc driver will report error logs for Malloc device created with separate metadata, here we skip doing verify if the input metadata buffer is NULL. Fix #3191. Change-Id: Ia6a160dca238534a7b534f05e0646123c7870d1e Signed-off-by:Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20632 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Karol Latecki <karol.latecki@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>