Spdk/test/unit/lib/bdev
Shuhei Matsumoto 6058327b10 bdev/raid: Use more compact name for TAILQ_ENTRY of raid_bdev
According to the purpose of the lists, state_link and global_link
will be enough to understand the purpose well.

Besides, in raid_bdev_remove_base_bdev(), if any entry is not removed
during iteration, TAILQ_FOREACH_SAFE() is not necessary. Hence
change TAILQ_FOREACH_SAFE to TAILQ_FOREACH for this case.

Change-Id: I3022c58faf96721df9241e07dbb5a06d7de89e70
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/423056
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Kunal Sablok <kunal.sablok@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-08-23 16:35:31 +00:00
..
bdev_raid.c bdev/raid: Use more compact name for TAILQ_ENTRY of raid_bdev 2018-08-23 16:35:31 +00:00
bdev.c bdev: add split_on_optimal_io_boundary 2018-08-23 16:08:21 +00:00
gpt test: move test_env.c under test/common/lib 2018-03-29 00:31:24 -04:00
mt bdev: add new fini_start notification callback for modules 2018-08-15 23:32:04 +00:00
part.c bdev: remove vbdevs and base_bdevs arrays 2018-08-17 00:11:03 +00:00
pmem bdev: further encapsulate spdk_bdev_io struct 2018-06-20 19:24:39 +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 bdev/lvol: using spdk_bdev_alias_del_all() to delete all alias on destroy 2018-08-21 00:53:31 +00:00
Makefile bdev: add raid bdev module 2018-07-16 20:50:40 +00:00