Commit b89199cf authored by Cunyin Chang's avatar Cunyin Chang Committed by Daniel Verkamp
Browse files

blobfs: remove the unnecessary assert.



we will retry the alloc_cache_memory_buffer outside the function if
it fail to allocate one cache buffer.

Change-Id: I276173e449e700ceb7703f68828153f566249ae2
Signed-off-by: default avatarCunyin Chang <cunyin.chang@intel.com>
Reviewed-on: https://review.gerrithub.io/371140


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 0ce9b8aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1583,7 +1583,6 @@ alloc_cache_memory_buffer(struct spdk_file *context)
		}
	}

	assert(false);
	return NULL;
}