[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <BDA4331E-B2F3-44BF-AC30-4E631AEF92DA@cam.ac.uk>
Date: Tue, 22 May 2007 08:17:41 +0100
From: Anton Altaparmakov <aia21@....ac.uk>
To: Jeff Garzik <jeff@...zik.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] partitions/LDM: build fix
On 22 May 2007, at 05:28, Jeff Garzik wrote:
> This from a "tested" patch...
I had already posted a fix earlier:
From: Anton Altaparmakov <aia21@....ac.uk>
Subject: Fix to the fix! - Re: [2.6 PATCH] LDM: Fix for Windows
Vista dynamic disks
Date: 21 May 2007 21:13:37 BDT
> Signed-off-by: Jeff Garzik <jeff@...zik.org>
>
> diff --git a/fs/partitions/ldm.c b/fs/partitions/ldm.c
> index c387812..99873a2 100644
> --- a/fs/partitions/ldm.c
> +++ b/fs/partitions/ldm.c
> @@ -158,7 +158,7 @@ static bool ldm_parse_privhead(const u8 *data,
> struct privhead *ph)
> /* Warn the user and continue, carefully. */
> ldm_info("Database is normally %u bytes, it claims to "
> "be %llu bytes.", LDM_DB_SIZE,
> - udunsigned long long)ph->config_size);
> + (unsigned long long)ph->config_size);
> }
> if ((ph->logical_disk_size == 0) || (ph->logical_disk_start +
> ph->logical_disk_size > ph->config_start)) {
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists