staging: lustre: remove LPX64 define
[linux-2.6-block.git] / drivers / staging / lustre / lustre / llite / llite_capa.c
index ade58e8a41e37ea9406c2a602d7135724edabaab..023c40518c6dd07ba73f62a48790dcfc27772dda 100644 (file)
@@ -359,7 +359,7 @@ struct obd_capa *ll_osscapa_get(struct inode *inode, __u64 opc)
                ocapa = NULL;
 
                if (atomic_read(&ll_capa_debug)) {
-                       CERROR("no capability for "DFID" opc "LPX64"\n",
+                       CERROR("no capability for "DFID" opc %#llx\n",
                               PFID(&lli->lli_fid), opc);
                        atomic_set(&ll_capa_debug, 0);
                }