From e6d453ff2fd3f5b3c4813217018fa0bc1805a7b4 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Sep 2009 08:43:40 +0000 Subject: [PATCH] - disable noise message --- lustre/ofd/ofd_dev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/ofd/ofd_dev.c b/lustre/ofd/ofd_dev.c index 685de66..e7fe446 100644 --- 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); -- 1.8.3.1