bdev: remove unused child_bdevs fields

Change-Id: Idd88503908bf3e5ec7ab39c2ae618cf890fbfa50
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-29 10:16:43 -07:00
parent 46a52cee67
commit ee13fe30de

View File

@ -95,12 +95,6 @@ struct spdk_bdev {
/** Represents maximum unmap block descriptor count */
uint32_t max_unmap_bdesc_count;
/** array of child block dev that is underneath of the current dev */
struct spdk_bdev **child_bdevs;
/** number of child blockdevs allocated */
int num_child_bdevs;
/** generation value used by block device reset */
uint32_t gencnt;