cleanup comment
This commit is contained in:
		| @ -14,6 +14,8 @@ lazy_static!{ | |||||||
| } | } | ||||||
|  |  | ||||||
| /// Get set of devices used by LVM (pvs). | /// Get set of devices used by LVM (pvs). | ||||||
|  | /// | ||||||
|  | /// The set is indexed by using the unix raw device number (dev_t is u64) | ||||||
| pub fn get_lvm_devices( | pub fn get_lvm_devices( | ||||||
|     partition_type_map: &HashMap<String, Vec<String>>, |     partition_type_map: &HashMap<String, Vec<String>>, | ||||||
| ) -> Result<HashSet<u64>, Error> { | ) -> Result<HashSet<u64>, Error> { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user