ima: initialize ima before inodes can be allocated
[safe/jmp/linux-2.6] / security / integrity / ima / ima_main.c
index 75aee18..eb1cf64 100644 (file)
@@ -321,7 +321,6 @@ static int __init init_ima(void)
 {
        int error;
 
-       ima_iintcache_init();
        error = ima_init();
        ima_initialized = 1;
        return error;