Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Sat, 26 Mar 2005 06:36:41 +0000 (06:36 +0000)
committeradilger <adilger>
Sat, 26 Mar 2005 06:36:41 +0000 (06:36 +0000)
Quiet grant messages until we have CONNECT messages to fix bug 3273.
b=5983

lustre/obdfilter/filter_io.c

index 9629405..a1eb318 100644 (file)
@@ -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