Spdk/test/unit/lib/bdev
Ben Walker 898739fbac bdev: Enforce that spdk_bdev_close() is called on same thread as open()
spdk_bdev_close() must be called on the same thread as
spdk_bdev_open(). Further, the remove callback on the
descriptor will also be run on the same thread as
spdk_bdev_open().

Change-Id: I949d6dd67de1e63d39f06944d473e4aa7134111b
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/424738
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: GangCao <gang.cao@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2018-09-06 20:59:05 +00:00
..
bdev_raid.c thread: Add a name parameter to spdk_register_io_device 2018-09-05 16:00:54 +00:00
bdev.c trace: remove alias concept 2018-09-05 18:03:43 +00:00
gpt test: fix typos in the test directory 2018-08-27 19:39:31 +00:00
mt bdev: Enforce that spdk_bdev_close() is called on same thread as open() 2018-09-06 20:59:05 +00:00
part.c trace: remove alias concept 2018-09-05 18:03:43 +00:00
pmem test/unit: fix scan-build error in pmem ut 2018-09-05 17:21:03 +00:00
scsi_nvme.c bdev: move error union to internal spdk_bdev_io struct 2018-06-26 20:04:07 +00:00
vbdev_lvol.c test/unit: Fix scan-build errors in bdev unittests 2018-08-31 00:01:09 +00:00
Makefile bdev: add raid bdev module 2018-07-16 20:50:40 +00:00