Commit 4f86850b authored by Hans Reiser's avatar Hans Reiser Committed by Linus Torvalds

[PATCH] ReiserFS unconfuse

This patch removes confusing warning about journal replay on readonly FS
parent 1966f37c
......@@ -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.
......
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