diff options
Diffstat (limited to 'arch/um/drivers/cow_user.c')
-rw-r--r-- | arch/um/drivers/cow_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/cow_user.c b/arch/um/drivers/cow_user.c index 61951b721268..afdf1ea0f557 100644 --- a/arch/um/drivers/cow_user.c +++ b/arch/um/drivers/cow_user.c | |||
@@ -75,7 +75,7 @@ struct cow_header_v3 { | |||
75 | __u32 alignment; | 75 | __u32 alignment; |
76 | __u32 cow_format; | 76 | __u32 cow_format; |
77 | char backing_file[PATH_LEN_V3]; | 77 | char backing_file[PATH_LEN_V3]; |
78 | }; | 78 | } __attribute__((packed)); |
79 | 79 | ||
80 | /* COW format definitions - for now, we have only the usual COW bitmap */ | 80 | /* COW format definitions - for now, we have only the usual COW bitmap */ |
81 | #define COW_BITMAP 0 | 81 | #define COW_BITMAP 0 |