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:
f3edb3c
)
- correct regular messages a bit
author
alex
<alex>
Fri, 2 Oct 2009 17:09:47 +0000
(17:09 +0000)
committer
alex
<alex>
Fri, 2 Oct 2009 17:09:47 +0000
(17:09 +0000)
lustre/ofd/ofd_fs.c
patch
|
blob
|
history
diff --git
a/lustre/ofd/ofd_fs.c
b/lustre/ofd/ofd_fs.c
index
92c997f
..
b0b2195
100644
(file)
--- a/
lustre/ofd/ofd_fs.c
+++ b/
lustre/ofd/ofd_fs.c
@@
-220,7
+220,6
@@
int filter_groups_init(const struct lu_env *env, struct filter_device *ofd)
groups_size = (unsigned long)info->fti_attr.la_size;
if (groups_size == 0) {
- CWARN("%s: no groups yet\n", filter_obd(ofd)->obd_name);
ofd->ofd_max_group = 0;
goto skip_read;
}
@@
-252,7
+251,7
@@
skip_read:
}
CWARN("%s: %u groups initialized\n",
- filter_obd(ofd)->obd_name, ofd->ofd_max_group);
+ filter_obd(ofd)->obd_name, ofd->ofd_max_group
+ 1
);
cleanup:
RETURN(rc);