]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
jbd2: Export jbd2_log_start_commit to fix ext4 build
authorTheodore Ts'o <tytso@mit.edu>
Thu, 10 Dec 2009 01:42:53 +0000 (20:42 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Dec 2009 01:42:53 +0000 (20:42 -0500)
    This fixes:
    ERROR: "jbd2_log_start_commit" [fs/ext4/ext4.ko] undefined!

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/journal.c

index 3f473faa4660cf31ca86acd1f89c806b95fe9e72..b7ca3a92a4dba0b23f555a75cac79fea1b6ae9e4 100644 (file)
@@ -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);