Explorar o código

partitions/LDM: build fix

This from a "tested" patch...

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Jeff Garzik %!s(int64=18) %!d(string=hai) anos
pai
achega
72dd9ca599
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/partitions/ldm.c

+ 1 - 1
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. */
 		/* Warn the user and continue, carefully. */
 		ldm_info("Database is normally %u bytes, it claims to "
 		ldm_info("Database is normally %u bytes, it claims to "
 			"be %llu bytes.", LDM_DB_SIZE,
 			"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 +
 	if ((ph->logical_disk_size == 0) || (ph->logical_disk_start +
 			ph->logical_disk_size > ph->config_start)) {
 			ph->logical_disk_size > ph->config_start)) {