mirror of
https://github.com/psankar/simplefs.git
synced 2025-07-27 07:54:15 +02:00
Actually load journal by calling jbd2_journal_load()
This commit is contained in:
parent
e21bfc88e3
commit
87e3751725
2
simple.c
2
simple.c
@ -892,8 +892,8 @@ int simplefs_fill_super(struct super_block *sb, void *data, int silent)
|
|||||||
ret = simplefs_sb_load_journal(sb, journal_inode);
|
ret = simplefs_sb_load_journal(sb, journal_inode);
|
||||||
goto release;
|
goto release;
|
||||||
}
|
}
|
||||||
|
ret = jbd2_journal_load(sb_disk->journal);
|
||||||
|
|
||||||
ret = 0;
|
|
||||||
release:
|
release:
|
||||||
brelse(bh);
|
brelse(bh);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user