Merge pull request #5397 from openanolis/chao/delete_redundant_dragonball_comment

Dragonball: delete redundant comments in blk_dev_mgr
This commit is contained in:
Bin Liu 2022-10-13 09:01:59 +08:00 committed by GitHub
commit 157d3cdcb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,6 @@ impl std::fmt::Debug for BlockDeviceInfo {
pub type BlockDeviceInfo = DeviceConfigInfo<BlockDeviceConfigInfo>;
/// Wrapper for the collection that holds all the Block Devices Configs
//#[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
#[derive(Clone)]
pub struct BlockDeviceMgr {
/// A list of `BlockDeviceInfo` objects.