mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
389cc338ff
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.