From: adilger Date: Sat, 26 Mar 2005 06:36:41 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~106 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=302cb6a17d4d00861f9254218cd3760695edb49f;p=fs%2Flustre-release.git Branch: b1_4 Quiet grant messages until we have CONNECT messages to fix bug 3273. b=5983 --- diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 9629405..a1eb318 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -106,7 +106,7 @@ static void filter_grant_incoming(struct obd_export *exp, struct obdo *oa) last_msg = jiffies; } if ((last_count & (-last_count)) == last_count) - mask = D_WARNING; + mask = D_HA /* until bug 3273 is fixed D_WARNING */; last_count++; /* Add some margin, since there is a small race if other RPCs arrive