staging: lustre: remove LPX64 define
[deliverable/linux.git] / drivers / staging / lustre / lustre / lov / lov_obd.c
index 643eada816e4ee5fac82718607e1204914289e0d..065561d29661389da39b91f9535e59b9f25e5b53 100644 (file)
@@ -382,7 +382,7 @@ static int lov_set_osc_active(struct obd_device *obd, struct obd_uuid *uuid,
                if (!tgt->ltd_exp)
                        continue;
 
-               CDEBUG(D_INFO, "lov idx %d is %s conn "LPX64"\n",
+               CDEBUG(D_INFO, "lov idx %d is %s conn %#llx\n",
                       index, obd_uuid2str(&tgt->ltd_uuid),
                       tgt->ltd_exp->exp_handle.h_cookie);
                if (obd_uuid_equals(uuid, &tgt->ltd_uuid))
@@ -1462,7 +1462,7 @@ static int lov_sync(const struct lu_env *env, struct obd_export *exp,
        if (rc)
                return rc;
 
-       CDEBUG(D_INFO, "fsync objid "DOSTID" ["LPX64", "LPX64"]\n",
+       CDEBUG(D_INFO, "fsync objid "DOSTID" [%#llx, %#llx]\n",
               POSTID(&set->set_oi->oi_oa->o_oi), start, end);
 
        list_for_each(pos, &set->set_list) {
This page took 0.025045 seconds and 5 git commands to generate.