mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-15 06:50:36 +03:00
The previous function names used the word "device", which in lvm typically means "struct device". Use names that make it clear that these are about lists of dm uuids: get_device_list() -> create_dm_uuid_cache() device_get_uuid() -> dev_dm_uuid() / devn_dm_uuid() Also simplify the args for these functions.