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:
ec29f14
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Thu, 7 Sep 2006 15:18:27 +0000
(15:18 +0000)
committer
wangdi
<wangdi>
Thu, 7 Sep 2006 15:18:27 +0000
(15:18 +0000)
in cmd, group should start from 1
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
65da4b8
..
203a704
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-1328,7
+1328,7
@@
static void filter_post(struct obd_device *obd)
if (rc)
CERROR("error writing server data: rc = %d\n", rc);
- for (i =
0
; i < filter->fo_group_count; i++) {
+ for (i =
1
; i < filter->fo_group_count; i++) {
rc = filter_update_last_objid(obd, i,
(i == filter->fo_group_count - 1));
if (rc)