mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
o uuid_list->id should be NAME_LEN wide
This commit is contained in:
parent
7ca11f8f96
commit
023c303501
@ -131,7 +131,7 @@ struct pe_disk {
|
||||
|
||||
struct uuid_list {
|
||||
struct list_head list;
|
||||
char uuid[ID_LEN + 1];
|
||||
char uuid[NAME_LEN];
|
||||
};
|
||||
|
||||
struct lvd_list {
|
||||
|
Loading…
Reference in New Issue
Block a user