Spdk/lib/bdev/raid
Shuhei Matsumoto a74212733b bdev/raid: Use raid_cfg as a pointer to raid_bdev_config throughout
In bdev_raid.c and bdev_raid_rpc.c, to hold a pointer to
raid_bdev_config, some have used raid_cfg and other have used
raid_bdev_config.

raid_bdev_config is the name of the struct and using the name of
the struct as a pointer to it may cause any confusion.

Change-Id: Ic87ff04d58ea46c30081aaae8d9cda5a53135be9
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/422922
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Kunal Sablok <kunal.sablok@intel.com>
2018-08-23 16:35:31 +00:00
..
bdev_raid_rpc.c bdev/raid: Use raid_cfg as a pointer to raid_bdev_config throughout 2018-08-23 16:35:31 +00:00
bdev_raid.c bdev/raid: Use raid_cfg as a pointer to raid_bdev_config throughout 2018-08-23 16:35:31 +00:00
bdev_raid.h bdev/raid: Use raid_cfg as a pointer to raid_bdev_config throughout 2018-08-23 16:35:31 +00:00
Makefile bdev: add raid bdev module 2018-07-16 20:50:40 +00:00