bdev: remove unused child_bdevs fields
Change-Id: Idd88503908bf3e5ec7ab39c2ae618cf890fbfa50 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
46a52cee67
commit
ee13fe30de
@ -95,12 +95,6 @@ struct spdk_bdev {
|
|||||||
/** Represents maximum unmap block descriptor count */
|
/** Represents maximum unmap block descriptor count */
|
||||||
uint32_t max_unmap_bdesc_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 */
|
/** generation value used by block device reset */
|
||||||
uint32_t gencnt;
|
uint32_t gencnt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user