Marcus Meissner
0621383d81
update to lvm2-2.02.111 OBS-URL: https://build.opensuse.org/request/show/251781 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=104
16 lines
409 B
Diff
16 lines
409 B
Diff
---
|
|
lib/device/device.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- LVM2.2.02.98.orig/lib/device/dev-type.c
|
|
+++ LVM2.2.02.98/lib/device/dev-type.c
|
|
@@ -39,7 +39,7 @@ struct partition {
|
|
uint8_t end_cyl;
|
|
uint32_t start_sect;
|
|
uint32_t nr_sects;
|
|
-} __attribute__((packed));
|
|
+} __attribute__((packed,may_alias));
|
|
|
|
static int _is_partitionable(struct dev_types *dt, struct device *dev)
|
|
{
|