Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=72dd9ca59944f117c719a1cc3fc9010bce0486f2
Commit:     72dd9ca59944f117c719a1cc3fc9010bce0486f2
Parent:     efa5bf1dd2cf3cdee0bfe97cfd76ff2296179ae4
Author:     Jeff Garzik <[EMAIL PROTECTED]>
AuthorDate: Tue May 22 00:28:11 2007 -0400
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon May 21 21:38:17 2007 -0700

    partitions/LDM: build fix
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to