Whamcloud - gitweb
- disable noise message
authoralex <alex>
Tue, 29 Sep 2009 08:43:40 +0000 (08:43 +0000)
committeralex <alex>
Tue, 29 Sep 2009 08:43:40 +0000 (08:43 +0000)
lustre/ofd/ofd_dev.c

index 685de66..e7fe446 100644 (file)
@@ -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);