浏览代码

[PATCH] uml: fix patch mismerge

I sent a patch, it was applied as cda402b283c34a24b091f78eee116963e9494762,
then it was applied again as 181ae4005d0a4010802be534d929b38c42b9ac06 by
mistake.  But while the 1st time it modified (correctly) cow_header_v3, the
2nd it modified cow_header_v3_broken.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Paolo 'Blaisorblade' Giarrusso 19 年之前
父节点
当前提交
b15fb6b157
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/um/drivers/cow_user.c

+ 1 - 1
arch/um/drivers/cow_user.c

@@ -100,7 +100,7 @@ struct cow_header_v3_broken {
 	__u32 alignment;
 	__u32 alignment;
 	__u32 cow_format;
 	__u32 cow_format;
 	char backing_file[PATH_LEN_V3];
 	char backing_file[PATH_LEN_V3];
-} __attribute__((packed));
+};
 
 
 /* COW format definitions - for now, we have only the usual COW bitmap */
 /* COW format definitions - for now, we have only the usual COW bitmap */
 #define COW_BITMAP 0
 #define COW_BITMAP 0