cleanup comment

This commit is contained in:
Dietmar Maurer 2020-06-08 17:27:13 +02:00
parent ed7b3a7de2
commit 297e600730
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ lazy_static!{
}
/// 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(
partition_type_map: &HashMap<String, Vec<String>>,
) -> Result<HashSet<u64>, Error> {