From: adilger Date: Sat, 2 Apr 2005 00:57:21 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~69 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=35ac265cbda071ac8062028177efaaf1b586ad23;p=fs%2Flustre-release.git Branch: b1_4 Quiet annoying grant message. r=phil --- diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index d60f811..baa8173 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -422,7 +422,7 @@ static int filter_grant_check(struct obd_export *exp, int objcount, exp->exp_obd->obd_name, exp->exp_client_uuid.uuid, exp, used, bytes, fed->fed_grant, n); - mask = D_ERROR; + mask = D_RPCTRACE; } else { used += bytes; rnb[n].flags |= OBD_BRW_GRANTED;