a380f77 Use PRI* when printing gfs2 structures

Authored and Committed by andyp 3 years ago
    Use PRI* when printing gfs2 structures
    
    Now that we have gfs2 structs defined in terms of standard userspace
    types instead of kernel types we can use these defines from inttypes.h
    to print their fields in a consistent way across architectures.
    
    Fixes a number of -Wformat warnings on x86_64.
    
    Signed-off-by: Andrew Price <anprice@redhat.com>
    
        
file modified
+17 -20
file modified
+14 -14
file modified
+6 -7
file modified
+4 -6
file modified
+23 -24
file modified
+5 -5
file modified
+2 -3
file modified
+1 -1
file modified
+14 -23
file modified
+84 -84