Whamcloud - gitweb
LU-3500 mdt: use __u64 for sp_cr_flags
[fs/lustre-release.git] / lustre / mdd / mdd_dir.c
index 8048d11..8321f36 100644 (file)
@@ -1638,7 +1638,7 @@ static int mdd_create_data(const struct lu_env *env, struct md_object *pobj,
          * XXX: Setting the lov ea is not locked but setting the attr is locked?
          * Should this be fixed?
          */
-       CDEBUG(D_OTHER, "ea %p/%u, cr_flags %Lo, no_create %u\n",
+       CDEBUG(D_OTHER, "ea %p/%u, cr_flags "LPO64", no_create %u\n",
               spec->u.sp_ea.eadata, spec->u.sp_ea.eadatalen,
               spec->sp_cr_flags, spec->no_create);