Whamcloud - gitweb
- mds->lmv->mdc propagate lower timeout down to import
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6.3.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);
25 Index: linux-2.6.3/fs/ext3/super.c
26 ===================================================================
27 --- linux-2.6.3.orig/fs/ext3/super.c    2004-02-23 14:36:26.000000000 -0800
28 +++ linux-2.6.3/fs/ext3/super.c 2004-02-23 20:24:30.000000000 -0800
29 @@ -115,6 +115,8 @@
30                 handle->h_err = err;
31  }
32  
33 +EXPORT_SYMBOL(ext3_journal_abort_handle);
34 +
35  static char error_buf[1024];
36  
37  /* Deal with the reporting of failure conditions on a filesystem such as
38 @@ -1772,6 +1774,8 @@
39         return ret;
40  }
41  
42 +EXPORT_SYMBOL(ext3_force_commit);
43 +
44  /*
45   * Ext3 always journals updates to the superblock itself, so we don't
46   * have to propagate any other updates to the superblock on disk at this
47 @@ -2059,6 +2063,10 @@
48                          unsigned long *blocks, int *created, int create);
49  EXPORT_SYMBOL(ext3_map_inode_page);
50  
51 +EXPORT_SYMBOL(ext3_xattr_get);
52 +EXPORT_SYMBOL(ext3_xattr_set_handle);
53 +EXPORT_SYMBOL(ext3_bread);
54 +
55  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
56  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
57  MODULE_LICENSE("GPL");