Skip to content

Add missing guard for ext4_journal_stop #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kernel/relink_v4.13.patch
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,8 @@ index 9bb36909..c2d4441 100644
+ ext4_inode_resume_unlocked_dio(donor_inode);
+
+ ext4_handle_sync(handle);
+ ext4_journal_stop(handle);
+ if (!relink)
+ ext4_journal_stop(handle);
+ unlock_two_nondirectories(rec_inode, donor_inode);
+
+ return size_remapped;
Expand Down