Skip to content

Commit

Permalink
[PATCH] uml: fix patch mismerge
Browse files Browse the repository at this point in the history
I sent a patch, it was applied as cda402b,
then it was applied again as 181ae40 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>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed May 2, 2006
1 parent 2ace87b commit b15fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/drivers/cow_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct cow_header_v3_broken {
__u32 alignment;
__u32 cow_format;
char backing_file[PATH_LEN_V3];
} __attribute__((packed));
};

/* COW format definitions - for now, we have only the usual COW bitmap */
#define COW_BITMAP 0
Expand Down

0 comments on commit b15fb6b

Please sign in to comment.