Loading
iscsi: allocate sessions array using regular calloc
spdk_dma_malloc() is not required here, as the session array is nether DMA-able nor shared between processes. Change-Id: Ia9218d00eea8a3207abf07c1d78eaa585ffcad2c Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450552 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>