projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa5bf1
)
partitions/LDM: build fix
author
Jeff Garzik
<
[email protected]
>
Tue, 22 May 2007 04:28:11 +0000
(
00:28
-0400)
committer
Linus Torvalds
<
[email protected]
>
Tue, 22 May 2007 04:38:17 +0000
(21:38 -0700)
This from a "tested" patch...
Signed-off-by: Jeff Garzik <
[email protected]
>
Cc: Anton Altaparmakov <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/partitions/ldm.c
patch
|
blob
|
history
diff --git
a/fs/partitions/ldm.c
b/fs/partitions/ldm.c
index c387812537d7450e1fb6e7bedf3ca6e407e93eab..99873a2b4cbcd749574e874757af92e9b418c1a2 100644
(file)
--- 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,
-
ud
unsigned 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)) {