From: Theodore Ts'o Date: Thu, 10 Dec 2009 01:42:53 +0000 (-0500) Subject: jbd2: Export jbd2_log_start_commit to fix ext4 build X-Git-Tag: v2.6.33-rc1~330^2~2 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=3b799d15f2622c44bae93961892d90ab012ea2be;p=net-next-2.6.git 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" --- diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index 3f473faa466..b7ca3a92a4d 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c @@ -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);