Skip to content

Commit

Permalink
fs/jbd: Export log_start_commit to fix ext3 build.
Browse files Browse the repository at this point in the history
This fixes:
ERROR: "log_start_commit" [fs/ext3/ext3.ko] undefined!

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
  • Loading branch information
Stefan Schmidt authored and Jan Kara committed Nov 12, 2009
1 parent aa021ba commit ff5e4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/jbd/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ EXPORT_SYMBOL(journal_errno);
EXPORT_SYMBOL(journal_ack_err);
EXPORT_SYMBOL(journal_clear_err);
EXPORT_SYMBOL(log_wait_commit);
EXPORT_SYMBOL(log_start_commit);
EXPORT_SYMBOL(journal_start_commit);
EXPORT_SYMBOL(journal_force_commit_nested);
EXPORT_SYMBOL(journal_wipe);
Expand Down

0 comments on commit ff5e4b5

Please sign in to comment.