Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6-fc5.patch
1 Index: linux-2.6.16.i686/fs/jbd/journal.c
2 ===================================================================
3 --- linux-2.6.16.i686.orig/fs/jbd/journal.c     2006-05-30 22:10:16.000000000 +0800
4 +++ linux-2.6.16.i686/fs/jbd/journal.c  2006-05-30 22:17:26.000000000 +0800
5 @@ -71,6 +71,7 @@
6  EXPORT_SYMBOL(journal_errno);
7  EXPORT_SYMBOL(journal_ack_err);
8  EXPORT_SYMBOL(journal_clear_err);
9 +EXPORT_SYMBOL(log_start_commit);
10  EXPORT_SYMBOL(log_wait_commit);
11  EXPORT_SYMBOL(journal_start_commit);
12  EXPORT_SYMBOL(journal_force_commit_nested);