frv: Remove stale irq_chip.end
[linux-drm-fsl-dcu.git] / fs / namespace.c
index 9263995bf6a1f53577139619ed8072c89db193f0..7dba2ed03429460f27aba058955208ed5dd929ec 100644 (file)
@@ -2701,7 +2701,7 @@ void __init mnt_init(void)
        if (!mount_hashtable)
                panic("Failed to allocate mount hash table\n");
 
-       printk("Mount-cache hash table entries: %lu\n", HASH_SIZE);
+       printk(KERN_INFO "Mount-cache hash table entries: %lu\n", HASH_SIZE);
 
        for (u = 0; u < HASH_SIZE; u++)
                INIT_LIST_HEAD(&mount_hashtable[u]);