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:
51f9482
)
b=22108 include last created object in precreate slow case
author
Landen
<landen@sun.com>
Tue, 30 Mar 2010 08:27:10 +0000
(16:27 +0800)
committer
Johann Lombardi
<johann@sun.com>
Fri, 2 Apr 2010 10:51:05 +0000
(12:51 +0200)
i=andreas.dilger
i=inspection
i=landen
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
48edb8f
..
1cf4cfd
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-3417,6
+3417,7
@@
set_last_id:
if (rc)
break;
if (cfs_time_after(cfs_time_current(), enough_time)) {
+ i++;
CDEBUG(D_RPCTRACE,
"%s: precreate slow - want %d got %d \n",
obd->obd_name, *num, i);