Spdk/test/lib/scsi/scsi_bdev
Ben Walker aff7e226f7 bdev: spdk_bdev_[read|write|flush|unmap|reset] now return int
It is not actually useful to be immediately returned
a handle to the bdev_io. There isn't anything valid
that the user can do with it at that point. Instead,
return an integer error code.

Change-Id: Iffa9a8dc5b2eefab57e3cc1f68919985431d17d1
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/364137
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-06-08 16:35:49 -04:00
..
.gitignore scsi: import SCSI/blockdev translation layer 2016-08-01 10:35:01 -07:00
Makefile build: define SPDK_LIB_LIST to simplify building dependencies and linker args 2016-11-22 11:45:48 -07:00
scsi_bdev_ut.c bdev: spdk_bdev_[read|write|flush|unmap|reset] now return int 2017-06-08 16:35:49 -04:00