bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
[sfrench/cifs-2.6.git] / drivers / md / bcache / super.c
index cedbb41533c2f027e064b2369e38d7edd323b023..3dea06b41d431c021af60320b9f71f9b4e706990 100644 (file)
@@ -1412,7 +1412,7 @@ bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...)
                return false;
 
        if (test_and_set_bit(CACHE_SET_IO_DISABLE, &c->flags))
-               pr_warn("CACHE_SET_IO_DISABLE already set");
+               pr_info("CACHE_SET_IO_DISABLE already set");
 
        /* XXX: we can be called from atomic context
        acquire_console_sem();