Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e570d96
)
Branch: b1_4
author
adilger
<adilger>
Sat, 26 Mar 2005 06:36:41 +0000
(06:36 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_io.c
b/lustre/obdfilter/filter_io.c
index
9629405
..
a1eb318
100644
(file)
--- 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