staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / obdclass / linux / linux-obdo.c
index d3bb5ffc564b1d782c527ed8f4c8e0a0779bfd1f..bb15202f1aae7a7e399d146a583b6480986b40df 100644 (file)
@@ -43,8 +43,8 @@
 #define DEBUG_SUBSYSTEM S_CLASS
 
 #include <linux/module.h>
-#include <obd_class.h>
-#include <lustre/lustre_idl.h>
+#include "../../include/obd_class.h"
+#include "../../include/lustre/lustre_idl.h"
 
 #include <linux/fs.h>
 #include <linux/pagemap.h> /* for PAGE_CACHE_SIZE */
@@ -151,7 +151,7 @@ void obdo_refresh_inode(struct inode *dst, struct obdo *src, obd_flag valid)
 
        if (valid & (OBD_MD_FLCTIME | OBD_MD_FLMTIME))
                CDEBUG(D_INODE,
-                      "valid "LPX64", cur time %lu/%lu, new "LPU64"/"LPU64"\n",
+                      "valid %#llx, cur time %lu/%lu, new %llu/%llu\n",
                       src->o_valid, LTIME_S(dst->i_mtime),
                       LTIME_S(dst->i_ctime), src->o_mtime, src->o_ctime);
 
@@ -190,7 +190,7 @@ void obdo_to_inode(struct inode *dst, struct obdo *src, obd_flag valid)
 
        if (valid & (OBD_MD_FLCTIME | OBD_MD_FLMTIME))
                CDEBUG(D_INODE,
-                      "valid "LPX64", cur time %lu/%lu, new "LPU64"/"LPU64"\n",
+                      "valid %#llx, cur time %lu/%lu, new %llu/%llu\n",
                       src->o_valid, LTIME_S(dst->i_mtime),
                       LTIME_S(dst->i_ctime), src->o_mtime, src->o_ctime);
 
This page took 0.053874 seconds and 5 git commands to generate.