1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-20 18:09:23 +03:00
lvm2/lib/activate
David Teigland 591b5f006f devices: fix dev_name assumptions
dev_name(dev) returns "[unknown]" if there are no names
on dev->aliases.  It's meant mainly for log messages.

Many places assume a valid path name is returned, and
use it directly.  A caller that wants to use the path
from dev_name() must first check if the dev has any
paths with dm_list_empty(&dev->aliases).
2022-06-09 14:33:28 -05:00
..
2021-09-13 12:34:41 +02:00
2021-03-18 18:34:57 +01:00
2021-03-18 18:34:57 +01:00
2021-09-22 17:18:50 +02:00
2016-01-21 12:11:37 +01:00