Whamcloud - gitweb
Modified ChangeLog entry.
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-ext3-2.6-rhel4.patch
1 Index: linux-stage/fs/ext3/super.c
2 ===================================================================
3 --- linux-stage.orig/fs/ext3/super.c    2005-02-25 14:50:46.077845320 +0200
4 +++ linux-stage/fs/ext3/super.c 2005-02-25 14:51:32.241827328 +0200
5 @@ -123,6 +123,8 @@
6         journal_abort_handle(handle);
7  }
8  
9 +EXPORT_SYMBOL(ext3_journal_abort_handle);
10 +
11  /* Deal with the reporting of failure conditions on a filesystem such as
12   * inconsistencies detected or read IO failures.
13   *
14 @@ -2002,6 +2004,8 @@
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 @@ -2433,6 +2437,10 @@
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 +
31  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
32  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
33  MODULE_LICENSE("GPL");