]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ReiserFS unconfuse
authorHans Reiser <reiser@namesys.com>
Wed, 10 Apr 2002 06:45:15 +0000 (23:45 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 10 Apr 2002 06:45:15 +0000 (23:45 -0700)
This patch removes confusing warning about journal replay on readonly FS

fs/reiserfs/journal.c

index d18b3841223bdc1d7818301d7c4eed6f31df3b18..ae3caae5143592571dbc36e297f72739b838b6b6 100644 (file)
@@ -1710,9 +1710,6 @@ static int journal_read(struct super_block *p_s_sb) {
     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.