Whamcloud - gitweb
LU-8510 dne: set osd_obj_ea_ops::dt_invalidate
[fs/lustre-release.git] / lustre / llite / lcommon_misc.c
index 27d9610..a5301f5 100644 (file)
@@ -99,7 +99,7 @@ int cl_ocd_update(struct obd_device *host,
                 cli = &watched->u.cli;
                 lco = owner;
                 flags = cli->cl_import->imp_connect_data.ocd_connect_flags;
-                CDEBUG(D_SUPER, "Changing connect_flags: "LPX64" -> "LPX64"\n",
+               CDEBUG(D_SUPER, "Changing connect_flags: %#llx -> %#llx\n",
                        lco->lco_flags, flags);
                mutex_lock(&lco->lco_lock);
                 lco->lco_flags &= flags;