taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / drivers / acpi / custom_method.c
index 5d42c2414ae54c437051ecd65f2b849dd67b61e3..cd9a68e2fea969ae7050e6d3f9aee261d940340b 100644 (file)
@@ -66,7 +66,7 @@ static ssize_t cm_write(struct file *file, const char __user * user_buf,
                buf = NULL;
                if (ACPI_FAILURE(status))
                        return -EINVAL;
-               add_taint(TAINT_OVERRIDDEN_ACPI_TABLE);
+               add_taint(TAINT_OVERRIDDEN_ACPI_TABLE, LOCKDEP_NOW_UNRELIABLE);
        }
 
        return count;
This page took 0.039484 seconds and 5 git commands to generate.