[PATCH] Fix partitions bigger than 2TB
Tony Breeds
tony at bakeyournoodle.com
Sat May 11 14:53:59 EST 2013
On Fri, May 03, 2013 at 10:16:24PM +0200, Dinar Valeev wrote:
> Partitions which are bigger than 2TB doesn't fit unsigned long,
> change it ot unsigned long long.
Again you forgot to sign off on the patch.
I can't take these patches without your sign off.
> --- a/second/partition.c
> +++ b/second/partition.c
> @@ -68,7 +68,7 @@ static unsigned char block_buffer[MAX_BLOCK_SIZE];
>
> static void
> add_new_partition(struct partition_t** list, int part_number,
> const char *part_type,
> - const char *part_name, unsigned long part_start, unsigned
> long part_size,
> + const char *part_name, unsigned long long part_start,
> unsigned long long part_size,
As with your previous patch it's whitespace damaged. You might want to
look at using git send-email as gmail seems to be doign bad things :(
Yours Tony
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/yaboot-devel/attachments/20130511/84d30772/attachment.sig>
More information about the Yaboot-devel
mailing list