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:
abb618c
)
- disable noise message
author
alex
<alex>
Tue, 29 Sep 2009 08:43:40 +0000
(08:43 +0000)
committer
alex
<alex>
Tue, 29 Sep 2009 08:43:40 +0000
(08:43 +0000)
lustre/ofd/ofd_dev.c
patch
|
blob
|
history
diff --git
a/lustre/ofd/ofd_dev.c
b/lustre/ofd/ofd_dev.c
index
685de66
..
e7fe446
100644
(file)
--- a/
lustre/ofd/ofd_dev.c
+++ b/
lustre/ofd/ofd_dev.c
@@
-611,8
+611,7
@@
static int filter_init0(const struct lu_env *env, struct filter_device *m,
obd->obd_fsops = fsfilt_get_ops(MT_STR(s2lsi(lmi->lmi_sb)->lsi_ldd));
if (IS_ERR(obd->obd_fsops)) {
obd->obd_fsops = NULL;
- CERROR("this filesystem (%s) doesn't support fsfilt\n",
- MT_STR(s2lsi(lmi->lmi_sb)->lsi_ldd));
+ /* this filesystem doesn't support fsfilt */
}
spin_lock_init(&m->ofd_transno_lock);