btrfs: move btrfs_raid_group values to btrfs_raid_attr table
[sfrench/cifs-2.6.git] / kernel / params.c
index cc9108c2a1fde209f5fe8b41e4cfca2e9e4d1310..ce89f757e6da04ab0f8ee97c66e4dbce1033dc94 100644 (file)
@@ -111,8 +111,8 @@ bool parameq(const char *a, const char *b)
 static void param_check_unsafe(const struct kernel_param *kp)
 {
        if (kp->flags & KERNEL_PARAM_FL_UNSAFE) {
-               pr_warn("Setting dangerous option %s - tainting kernel\n",
-                       kp->name);
+               pr_notice("Setting dangerous option %s - tainting kernel\n",
+                         kp->name);
                add_taint(TAINT_USER, LOCKDEP_STILL_OK);
        }
 }