--- linux-2.4.19-pre3/fs/reiserfs/journal.c.orig Mon Mar 25 09:44:32 2002 +++ linux-2.4.19-pre3/fs/reiserfs/journal.c Mon Mar 25 09:45:11 2002 @@ -1689,9 +1689,6 @@ printk("clm-2076: device is readonly, unable to replay log\n") ; return -1 ; } - if (continue_replay && (p_s_sb->s_flags & MS_RDONLY)) { - printk("Warning, log replay starting on readonly filesystem\n") ; - } /* ok, there are transactions that need to be replayed. start with the first log block, find ** all the valid transactions, and pick out the oldest. .