- fix-ldm-fix-for-windows-vista-dynamic-disks.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Fix "LDM: Fix for Windows Vista dynamic disks"
has been removed from the -mm tree.  Its filename was
     fix-ldm-fix-for-windows-vista-dynamic-disks.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Fix "LDM: Fix for Windows Vista dynamic disks"
From: Anton Altaparmakov <aia21@xxxxxxxxx>

Fix the finger trouble that caused the previous LDM patch to break
compilation...

CC: Richard Russon <ldm@xxxxxxxxxxx>
Signed-off-by: Anton Altaparmakov <aia21@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/partitions/ldm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/partitions/ldm.c~fix-ldm-fix-for-windows-vista-dynamic-disks fs/partitions/ldm.c
--- a/fs/partitions/ldm.c~fix-ldm-fix-for-windows-vista-dynamic-disks
+++ a/fs/partitions/ldm.c
@@ -158,7 +158,7 @@ static bool ldm_parse_privhead(const u8 
 		/* 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)) {
_

Patches currently in -mm which might be from aia21@xxxxxxxxx are


-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux