staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / include / lustre / lustre_user.h
index 74757f7d1dbbe44d304408412ba3b628c9caee2e..a69b27a78042fb6bcb5772243651e2bfbe9b330d 100644 (file)
@@ -179,7 +179,7 @@ struct ost_id {
        };
 };
 
-#define DOSTID LPX64":"LPU64
+#define DOSTID "%#llx:%llu"
 #define POSTID(oi) ostid_seq(oi), ostid_id(oi)
 
 /*
@@ -475,7 +475,7 @@ static inline void obd_uuid2fsname(char *buf, char *uuid, int buflen)
    e.g. printf("file FID is "DFID"\n", PFID(fid)); */
 #define FID_NOBRACE_LEN 40
 #define FID_LEN (FID_NOBRACE_LEN + 2)
-#define DFID_NOBRACE LPX64":0x%x:0x%x"
+#define DFID_NOBRACE "%#llx:0x%x:0x%x"
 #define DFID "["DFID_NOBRACE"]"
 #define PFID(fid)     \
        (fid)->f_seq, \
This page took 0.025865 seconds and 5 git commands to generate.