3219bc9a80
In current version, immidietly following parsing all metadata pages an action is taken inform of loading the back_bs_dev. Patches later in the series will add more metadata in form of extent pages, which have to be read separetly from usual blob metadata pages. This patch add separation between the two steps, so later a device read can be put between. Additionally, _spdk_blob_load_final() when no snapshot was present passed bserrno which was always 0. This patch just sets 0 directly there as no errors occured at that point. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I4a77527f90bb1de12f972591067b7a50926f39c9 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476427 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>