You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: consider only non-zero blocks for GetMetadataAllocated
The `GetMetadataAllocated` method previously returned all blocks,
including zero-filled ones (usually, unallocated/unused).
This commit updates the method to return only allocated (non-zero) blocks.
Signed-off-by: Praveen M <[email protected]>
0 commit comments