taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / kernel / sysctl.c
index c88878db491e44bd2b5a5ea7f381fc7242187727..f97f9d75cde8ceade0bd57d01f7c77d463cc39a2 100644 (file)
@@ -2006,7 +2006,7 @@ static int proc_taint(struct ctl_table *table, int write,
                int i;
                for (i = 0; i < BITS_PER_LONG && tmptaint >> i; i++) {
                        if ((tmptaint >> i) & 1)
-                               add_taint(i);
+                               add_taint(i, LOCKDEP_STILL_OK);
                }
        }
 
This page took 0.026354 seconds and 5 git commands to generate.