+6
−0
Loading
open_blobids holds bit array of currently open blobs, this is a way for quicker determination than iterating over all blobs. See patch introducing it: (30ee8137)blob: Add a bitmask for quickly checking which blobs are open That patch added resizes of this bit array to bs init and bs recovery path (not shut down cleanly). But that patch skipped over bs load from a clean shutdown. This resulted in blob open having multiple blob pointers that target the same blob id. Fixes #1937 Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I3c42a63d168d1f5b013b449f010c5b207936045b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7998 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Community-CI: Mellanox Build Bot