mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
jbd2: Export jbd2_log_start_commit to fix ext4 build
This fixes: ERROR: "jbd2_log_start_commit" [fs/ext4/ext4.ko] undefined! Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
4a58579b9e
commit
3b799d15f2
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ EXPORT_SYMBOL(jbd2_journal_errno);
|
|||
EXPORT_SYMBOL(jbd2_journal_ack_err);
|
||||
EXPORT_SYMBOL(jbd2_journal_clear_err);
|
||||
EXPORT_SYMBOL(jbd2_log_wait_commit);
|
||||
EXPORT_SYMBOL(jbd2_log_start_commit);
|
||||
EXPORT_SYMBOL(jbd2_journal_start_commit);
|
||||
EXPORT_SYMBOL(jbd2_journal_force_commit_nested);
|
||||
EXPORT_SYMBOL(jbd2_journal_wipe);
|
||||
|
|
Loading…
Reference in a new issue