]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/dlm.h
provide detailed diagnostics in add_children()
[linux-2.6-omap-h63xx.git] / include / linux / dlm.h
index 188f6e6925a0ed8201bccdfd3d4301ceb56639e9..203a025e30e5a88251d909b263a9b0046dc18d2a 100644 (file)
@@ -21,6 +21,7 @@
 
 /* Lock levels and flags are here */
 #include <linux/dlmconstants.h>
+#include <linux/types.h>
 
 typedef void dlm_lockspace_t;
 
@@ -59,7 +60,7 @@ typedef void dlm_lockspace_t;
 
 struct dlm_lksb {
        int      sb_status;
-       uint32_t sb_lkid;
+       __u32    sb_lkid;
        char     sb_flags;
        char *   sb_lvbptr;
 };