]> err.no Git - linux-2.6/blobdiff - mm/vmalloc.c
[PATCH] lockdep: irqtrace cleanup of include/asm-i386/irqflags.h
[linux-2.6] / mm / vmalloc.c
index 35f8553f893a7ffe0416732827c71385646c4ea3..7b450798b458874f4f835aba6be4acb8da1cb35d 100644 (file)
@@ -330,6 +330,8 @@ void __vunmap(void *addr, int deallocate_pages)
                return;
        }
 
+       debug_check_no_locks_freed(addr, area->size);
+
        if (deallocate_pages) {
                int i;