shithub: lwext4

Download patch

ref: f92b4c68c201995176827593640c8104ed0feb0c
parent: b8f9e381ce116851390ed96570bcbfdd4af29438
author: ngkaho1234 <ngkaho1234@gmail.com>
date: Thu Dec 17 16:20:40 EST 2015

ext4: stop journalling when journalling test is finished.

--- a/lwext4/ext4.c
+++ b/lwext4/ext4.c
@@ -2583,6 +2583,7 @@
 			jbd_journal_commit_one(journal);
 		}
 out:
+		jbd_journal_stop(journal);
 		jbd_put_fs(jbd_fs);
 		free(journal);
 		free(jbd_fs);