Merging upstream version 4.3+20240723.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9d4f96bc70
commit
aa881a3626
70 changed files with 1465 additions and 1206 deletions
2
Detail.c
2
Detail.c
|
@ -274,7 +274,7 @@ int Detail(char *dev, struct context *c)
|
|||
array.minor_version);
|
||||
}
|
||||
|
||||
if (info)
|
||||
if (info && memcmp(info->uuid, uuid_zero, sizeof(int[4])) != 0)
|
||||
mp = map_by_uuid(&map, info->uuid);
|
||||
if (!mp)
|
||||
mp = map_by_devnm(&map, fd2devnm(fd));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue