Spdk/lib/bdev
Jim Harris e734bb9f9f blob: change spdk_blob_close parameter to spdk_blob *
Using the ** paradigm is a bit problematic for asynchronous
routines that could fail.  Currently we were inconsistent in
that some error paths would zero the pointer while others
did not.  So make this just a plain pointer, which simplifies
the API and its implementation.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I67147931c6e8350896a4505022a6a314655de3d3

Reviewed-on: https://review.gerrithub.io/391482
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-12-15 12:28:44 -05:00
..
aio channel: Make spdk_for_each_channel support async operations 2017-12-14 12:05:07 -05:00
error bdev: add callback to free part_base 2017-10-01 21:57:00 -04:00
gpt log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
lvol blob: change spdk_blob_close parameter to spdk_blob * 2017-12-15 12:28:44 -05:00
malloc astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
null log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
nvme bdev/nvme: add running config support for NVMe backend 2017-12-14 12:13:38 -05:00
pmem log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
rbd astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
rpc bdev: add callback to spdk bdev unregister and bdev destruct 2017-10-26 17:23:58 -04:00
split log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
virtio bdev/virtio: isolate vdev-management from target scan 2017-12-11 19:46:01 -05:00
bdev.c channel: Make spdk_for_each_channel support async operations 2017-12-14 12:05:07 -05:00
Makefile bdev_virtio: added --without-virtio configure flag 2017-10-19 19:06:12 -04:00
scsi_nvme.c nvme_spec: remove SGL Sub Type Invalid status code 2017-09-22 17:11:53 -04:00
vtune.c bdev: #include VTune file to control warnings 2017-06-08 12:44:25 -04:00