Skip to content

Commit

Permalink
Actually load journal by calling jbd2_journal_load()
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Oct 1, 2014
1 parent e21bfc8 commit 87e3751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ int simplefs_fill_super(struct super_block *sb, void *data, int silent)
ret = simplefs_sb_load_journal(sb, journal_inode);
goto release;
}
ret = jbd2_journal_load(sb_disk->journal);

ret = 0;
release:
brelse(bh);

Expand Down

0 comments on commit 87e3751

Please sign in to comment.