From: alex Date: Fri, 5 Aug 2005 09:12:57 +0000 (+0000) Subject: - warn about the race in filter_intent_policy(), just to make sure it X-Git-Tag: v1_7_100~999 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=9cfd46fac1d16d15df78b7841008258bd0db147d;p=fs%2Flustre-release.git - warn about the race in filter_intent_policy(), just to make sure it relates to errors mds gets sometimes --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 3db7684..42f4736 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1368,6 +1368,8 @@ 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]); rep->lock_policy_res1 = -ENOENT; goto out; }