+14
−16
Loading
1) Change each split_disk to just point to a split_base structure and drop the extra base_bdev member. We can get the bdev from the split_base. 2) Simplify the names a bit for some of the members: split_base::base_bdev to split_base::bdev and split_disk::split_base to split_disk::base. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Ia8621b19ad09324d939ed43d79900fecb18291e6 Reviewed-on: https://review.gerrithub.io/375493 Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>