From 302cb6a17d4d00861f9254218cd3760695edb49f Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 26 Mar 2005 06:36:41 +0000 Subject: [PATCH] Branch: b1_4 Quiet grant messages until we have CONNECT messages to fix bug 3273. b=5983 --- lustre/obdfilter/filter_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1