From a7b7860ba64376ba7986155b4b78ebc247d4c31c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Aug 2005 14:27:49 +0000 Subject: [PATCH] - show correct id in debug line --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.8.3.1