Spdk/lib/bdev/raid
Shuhei Matsumoto 3333ceb6af bdev/raid: Leave checking bdev duplication with spdk_bdev_register()
When the name of raid bdev is already used by any existing bdev,
spdk_bdev_register() will fail. Hence checking if bdev is duplicated
can be left with spdk_bdev_register().

Change-Id: I22f0c75b0e87c5bd71ece383d146ec61cfaf2627
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/423617
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: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Kunal Sablok <kunal.sablok@intel.com>
2018-08-30 16:13:35 +00:00
..
bdev_raid_rpc.c bdev/raid: Leave checking bdev duplication with spdk_bdev_register() 2018-08-30 16:13:35 +00:00
bdev_raid.c bdev/raid: Fix uncorrect cleanup call in raid_bdev_alloc_base_bdev_resource() 2018-08-30 16:13:35 +00:00
bdev_raid.h bdev/raid: Simplify variable name in struct raid_base_bdev_config 2018-08-30 16:13:35 +00:00
Makefile bdev: add raid bdev module 2018-07-16 20:50:40 +00:00