Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=518bbde33f7a6b4e252ea2591c77ef796065afa8
Commit:     518bbde33f7a6b4e252ea2591c77ef796065afa8
Parent:     639aca417d91ebba1077a6084e4423af1c1dd811
Author:     Fabio Massimo Di Nitto <[EMAIL PROTECTED]>
AuthorDate: Tue May 22 09:00:24 2007 +0200
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Mon Jul 9 08:22:47 2007 +0100

    [GFS2] latest gfs2-nmw headers break userland build
    
    2e8701a15cd6f7c95e74d6660615a69b09e453ef commit breaks libgfs2 build:
    
    gcc -Wall -I/usr/src/ubuntu/mypkgs/rhcluster/cluster/config -DHELPER_PROGRAM
    -D_FILE_OFFSET_BITS=64 -DGFS2_RELEASE_NAME=\"2.0\" -ggdb  -I/usr/include
    -I../include -I../libgfs2 -c -o gfs2hex.o gfs2hex.c
    In file included from hexedit.h:22,
                      from gfs2hex.c:27:
    /usr/include/linux/gfs2_ondisk.h:505: error: expected 
specifier-qualifier-list
    before ‘u32’
    make[2]: *** [gfs2hex.o] Error 1
    make[2]: Leaving directory 
`/usr/src/ubuntu/mypkgs/rhcluster/cluster/gfs2/edit'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/usr/src/ubuntu/mypkgs/rhcluster/cluster/gfs2'
    make: *** [gfs2] Error 2
    
    Signed-off-by: Fabio Massimo Di Nitto <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 include/linux/gfs2_ondisk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index 028f981..9ecf929 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -502,7 +502,7 @@ struct gfs2_quota_change_host {
 
 struct gfs2_quota_lvb {
         __be32 qb_magic;
-        u32 __pad;
+        __u32 __pad;
         __be64 qb_limit;      /* Hard limit of # blocks to alloc */
         __be64 qb_warn;       /* Warn user when alloc is above this # */
         __be64 qb_value;       /* Current # blocks allocated */
-
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