numam-spdk/lib/nvmf
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
..
direct.c scripts/check_format.sh: check spaces in comments 2017-04-24 13:37:41 -07:00
discovery.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
Makefile nvmf: split discovery service into its own file 2017-03-17 15:55:36 -07:00
nvmf_internal.h nvmf: make spdk_nvmf_ctrlr_ops contents private 2017-06-01 19:43:45 -04:00
nvmf.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
rdma.c env: Rename spdk_malloc/zmalloc/realloc/free to spdk_dma_(func) 2017-05-31 15:30:27 -04:00
request.c nvmf: add spdk_ prefix to nvmf_find_subsystem() 2017-06-01 19:43:45 -04:00
request.h nvmf: add discovery controller ops 2017-03-17 15:55:36 -07:00
session.c nvmf: add spdk_ prefix to nvmf_find_subsystem() 2017-06-01 19:43:45 -04:00
session.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
subsystem.c nvmf: add public API to get subsystem serial number 2017-06-01 19:43:45 -04:00
subsystem.h nvmf: add discovery controller ops 2017-03-17 15:55:36 -07:00
transport.c include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
transport.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
virtual.c bdev: spdk_bdev_[read|write|flush|unmap|reset] now return int 2017-06-08 16:35:49 -04:00