diff -ru linux/fs/reiserfs/journal.c linux2/fs/reiserfs/journal.c
--- linux/fs/reiserfs/journal.c	Thu Aug 30 21:23:08 2001
+++ linux2/fs/reiserfs/journal.c	Thu Aug 30 21:22:06 2001
@@ -1645,9 +1645,9 @@
     SB_JOURNAL(p_s_sb)->j_header_bh = NULL ;
     return -1 ;
   }
-  if (continue_replay && (p_s_sb->s_flags & MS_RDONLY)) {
+/*  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.
