cleanup comment
This commit is contained in:
parent
ed7b3a7de2
commit
297e600730
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue