Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / export-ext4-2.6-sles11.patch
1 Index: linux-2.6.18.i386/fs/ext4/super.c
2 ===================================================================
3 --- linux-2.6.18.i386.orig/fs/ext4/super.c
4 +++ linux-2.6.18.i386/fs/ext4/super.c
5 @@ -185,6 +185,8 @@ void ext4_journal_abort_handle(const cha
6         jbd2_journal_abort_handle(handle);
7  }
8  
9 +EXPORT_SYMBOL(ext4_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 @@ -2459,6 +2461,8 @@ out_fail:
15         return ret;
16  }
17  
18 +EXPORT_SYMBOL(ext4_force_commit);
19 +
20  /*
21   * Setup any per-fs journal parameters now.  We'll do this both on
22   * initial mount, once the journal has been initialised but before we've
23 @@ -3502,6 +3506,12 @@ int ext4_map_inode_page(struct inode *in
24                         unsigned long *blocks, int *created, int create);
25  EXPORT_SYMBOL(ext4_map_inode_page);
26  
27 +EXPORT_SYMBOL(ext4_xattr_get);
28 +EXPORT_SYMBOL(ext4_xattr_set_handle);
29 +EXPORT_SYMBOL(ext4_bread);
30 +EXPORT_SYMBOL(ext4_journal_start_sb);
31 +EXPORT_SYMBOL(__ext4_journal_stop);
32 +
33  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
34  MODULE_DESCRIPTION("Fourth Extended Filesystem with extents");
35  MODULE_LICENSE("GPL");