Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / export-ext3-2.6-suse.patch
1 Index: linux-2.6.5-7.283_lustre-1.4.10.1/fs/ext3/super.c
2 ===================================================================
3 --- linux-2.6.5-7.283_lustre-1.4.10.1.orig/fs/ext3/super.c      2007-05-30 08:48:29.000000000 +0200
4 +++ linux-2.6.5-7.283_lustre-1.4.10.1/fs/ext3/super.c   2007-05-30 08:48:37.000000000 +0200
5 @@ -116,6 +116,8 @@ void ext3_journal_abort_handle(const cha
6                 handle->h_err = err;
7  }
8  
9 +EXPORT_SYMBOL(ext3_journal_abort_handle);
10 +
11  static char error_buf[1024];
12  
13  /* Deal with the reporting of failure conditions on a filesystem such as
14 @@ -1895,6 +1897,8 @@ int ext3_force_commit(struct super_block
15         return ret;
16  }
17  
18 +EXPORT_SYMBOL(ext3_force_commit);
19 +
20  /*
21   * Ext3 always journals updates to the superblock itself, so we don't
22   * have to propagate any other updates to the superblock on disk at this
23 @@ -2334,6 +2338,12 @@ int ext3_map_inode_page(struct inode *in
24                          unsigned long *blocks, int *created, int create);
25  EXPORT_SYMBOL(ext3_map_inode_page);
26  
27 +EXPORT_SYMBOL(ext3_xattr_get);
28 +EXPORT_SYMBOL(ext3_xattr_set_handle);
29 +EXPORT_SYMBOL(ext3_bread);
30 +EXPORT_SYMBOL(ext3_journal_start);
31 +EXPORT_SYMBOL(__ext3_journal_stop);
32 +
33  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
34  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
35  MODULE_LICENSE("GPL");