Commit 5e8ab613 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] jbd: remove uninformative printk

This printk doesn't impart any information.
parent e0f0d9ef
...@@ -1890,7 +1890,6 @@ static int __init journal_init(void) ...@@ -1890,7 +1890,6 @@ static int __init journal_init(void)
{ {
int ret; int ret;
printk(KERN_INFO "Journalled Block Device driver loaded\n");
ret = journal_init_caches(); ret = journal_init_caches();
if (ret != 0) if (ret != 0)
journal_destroy_caches(); journal_destroy_caches();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment