taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / mm / slab.c
index e7667a3584bc664f023356fc58d67baa30959e69..856e4a192d25c73954771b1b0893458f0d9209bb 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -812,7 +812,7 @@ static void __slab_error(const char *function, struct kmem_cache *cachep,
        printk(KERN_ERR "slab error in %s(): cache `%s': %s\n",
               function, cachep->name, msg);
        dump_stack();
-       add_taint(TAINT_BAD_PAGE);
+       add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE);
 }
 #endif
 
This page took 0.023883 seconds and 5 git commands to generate.