1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/label
David Teigland 4dc5d4ac7e label_read_pvid: separate error and no-pvid
error reading dev and no pvid on dev were both
returning 0.  make it easier for callers to
know which, if they care.

return 1 if the device could be read, regardless
of whether a pvid was found or not.
set has_pvid=1 if a pvid is found and 0 if no
pvid is found.
2021-04-23 17:37:08 -05:00
..
hints.c debug: drop stack from regular code flow 2021-03-15 11:13:24 +01:00
hints.h hints: keep strings aligned in structure 2021-03-08 15:33:15 +01:00
label.c label_read_pvid: separate error and no-pvid 2021-04-23 17:37:08 -05:00
label.h label_read_pvid: separate error and no-pvid 2021-04-23 17:37:08 -05:00