Whamcloud - gitweb
- show correct id in debug line
authoralex <alex>
Sat, 6 Aug 2005 14:27:49 +0000 (14:27 +0000)
committeralex <alex>
Sat, 6 Aug 2005 14:27:49 +0000 (14:27 +0000)
lustre/obdfilter/filter.c

index 6da3b15..e65706e 100644 (file)
@@ -1370,7 +1370,7 @@ static int filter_intent_policy(struct ldlm_namespace *ns,
         if (l->l_glimpse_ast == NULL) {
                 /* We are racing with unlink(); just return -ENOENT */
                 CDEBUG(D_ERROR, "race with unlink: "LPX64"/"LPX64"\n",
-                       res->lr_name.name[0], res->lr_name.name[1]);
+                       res->lr_name.name[0], res->lr_name.name[2]);
                 rep->lock_policy_res1 = -ENOENT;
                 goto out;
         }