lib/ftl: Free IO after lba map read during relocation
Change-Id: Id44f9de4500ec2be45aa4203c5945b1501fbdb21 Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-on: https://review.gerrithub.io/c/443236 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
d593193fd3
commit
7f21e8c571
@ -173,6 +173,7 @@ ftl_reloc_read_lba_map_cb(void *arg, int status)
|
||||
|
||||
assert(status == 0);
|
||||
spdk_dma_free(breloc->md_buf);
|
||||
ftl_io_free(io);
|
||||
_ftl_reloc_prep(breloc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user