Loading
bdev/nvme: remove redundant driver_specific fields
Now that namespace splitting support has been removed from the NVMe bdev in commit efccac8c ("bdev/nvme: remove NvmeLunsPerNs and LunSizeInMB"), the block_size and total_size fields in the NVMe bdev's driver_specific config data are redundant. The generic get_bdevs num_blocks and block_size fields provide the same information. Change-Id: I080d2017d608716a593bb553ee667e9c4017ffb7 Signed-off-by:Daniel Verkamp <daniel.verkamp@intel.com>