Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6-suse.patch
1 Index: linux-2.6.3/fs/open.c
2 ===================================================================
3 --- linux-2.6.3.orig/fs/open.c  2004-02-23 14:36:25.000000000 -0800
4 +++ linux-2.6.3/fs/open.c       2004-02-23 20:09:34.000000000 -0800
5 @@ -881,6 +881,7 @@
6         return ERR_PTR(error);
7  }
8  
9 +EXPORT_SYMBOL(filp_open);
10  
11  struct file *dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags)
12  {
13 Index: linux-2.6.3/fs/jbd/journal.c
14 ===================================================================
15 --- linux-2.6.3.orig/fs/jbd/journal.c   2004-01-08 22:59:10.000000000 -0800
16 +++ linux-2.6.3/fs/jbd/journal.c        2004-02-23 20:09:34.000000000 -0800
17 @@ -71,6 +71,7 @@
18  EXPORT_SYMBOL(journal_errno);
19  EXPORT_SYMBOL(journal_ack_err);
20  EXPORT_SYMBOL(journal_clear_err);
21 +EXPORT_SYMBOL(log_start_commit);
22  EXPORT_SYMBOL(log_wait_commit);
23  EXPORT_SYMBOL(journal_start_commit);
24  EXPORT_SYMBOL(journal_wipe);