This printk doesn't impart any information. 25-akpm/fs/jbd/journal.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/jbd/journal.c~jbd-stfu fs/jbd/journal.c --- 25/fs/jbd/journal.c~jbd-stfu Tue Aug 26 14:24:08 2003 +++ 25-akpm/fs/jbd/journal.c Tue Aug 26 14:24:22 2003 @@ -1890,7 +1890,6 @@ static int __init journal_init(void) { int ret; - printk(KERN_INFO "Journalled Block Device driver loaded\n"); ret = journal_init_caches(); if (ret != 0) journal_destroy_caches(); _