From: alex Date: Sat, 6 Aug 2005 14:27:49 +0000 (+0000) Subject: - show correct id in debug line X-Git-Tag: 1.4.10~798 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a7b7860ba64376ba7986155b4b78ebc247d4c31c;p=fs%2Flustre-release.git - show correct id in debug line --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 6da3b15..e65706e 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -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; }