staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / namei.c
index d79e96c92daa86bfef5c6c150208a4e3f7f0a35c..0dc7173bbd417feb967c9cca1440510c95798151 100644 (file)
@@ -105,7 +105,7 @@ static int ll_set_inode(struct inode *inode, void *opaque)
        lli->lli_fid = body->fid1;
        if (unlikely(!(body->valid & OBD_MD_FLTYPE))) {
                CERROR("Can not initialize inode "DFID" without object type: "
-                      "valid = "LPX64"\n", PFID(&lli->lli_fid), body->valid);
+                      "valid = %#llx\n", PFID(&lli->lli_fid), body->valid);
                return -EINVAL;
        }
 
This page took 0.040691 seconds and 5 git commands to generate.