1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
David Teigland 389cc338ff dm uuid cache: clarify interface for new dm uuid cache
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.
2024-06-03 14:48:51 -05:00
..
2024-06-03 15:30:05 +02:00
2020-09-18 15:10:11 -05:00
2024-05-27 15:35:57 +02:00
2021-03-10 01:34:27 +01:00
2024-05-04 01:01:57 +02:00
2023-07-13 21:31:18 +02:00