diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index c79b4291777f..0d9a7bb5bc88 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -2410,7 +2410,7 @@ static int ocfs2_check_volume(struct ocfs2_super *osb) * recover anything. Otherwise, journal_load will do that * dirty work for us :) */ if (!dirty) { - status = ocfs2_journal_wipe(osb->journal, 0); + status = ocfs2_journal_wipe(osb->journal, 1); if (status < 0) { mlog_errno(status); goto finally;