Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / kernel_patches / patches / linux-2.4.19-xattr-0.8.54-suse.patch
1  ext2/super.c        |    3 +--
2  ext3/ext3-exports.c |   13 +++++++++++++
3  2 files changed, 14 insertions(+), 2 deletions(-)
4
5 Index: linux-2.4.19.SuSE/fs/ext2/super.c
6 ===================================================================
7 --- linux-2.4.19.SuSE.orig/fs/ext2/super.c      Mon Jan 27 05:08:00 2003
8 +++ linux-2.4.19.SuSE/fs/ext2/super.c   Sun Nov 16 00:40:59 2003
9 @@ -70,6 +70,7 @@
10  {
11         va_list args;
12  
13 +       ext2_xattr_put_super(sb);
14         if (!(sb->s_flags & MS_RDONLY)) {
15                 sb->u.ext2_sb.s_mount_state |= EXT2_ERROR_FS;
16                 sb->u.ext2_sb.s_es->s_state =
17 Index: linux-2.4.19.SuSE/fs/ext3/super.c
18 ===================================================================
19 --- linux-2.4.19.SuSE.orig/fs/ext3/super.c      Mon Jan 27 05:08:00 2003
20 +++ linux-2.4.19.SuSE/fs/ext3/super.c   Sun Nov 16 00:40:59 2003
21 @@ -1822,8 +1828,6 @@
22         exit_ext3_xattr();
23  }
24  
25 -EXPORT_SYMBOL(ext3_force_commit);
26 -EXPORT_SYMBOL(ext3_bread);
27  
28  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
29  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
30 Index: linux-2.4.19.SuSE/fs/ext3/ext3-exports.c
31 ===================================================================
32 --- linux-2.4.19.SuSE.orig/fs/ext3/ext3-exports.c       Sun Nov 16 00:40:58 2003
33 +++ linux-2.4.19.SuSE/fs/ext3/ext3-exports.c    Sun Nov 16 00:40:59 2003
34 @@ -0,0 +1,13 @@
35 +#include <linux/config.h>
36 +#include <linux/module.h>
37 +#include <linux/ext3_fs.h>
38 +#include <linux/ext3_jbd.h>
39 +#include <linux/ext3_xattr.h>
40 +
41 +EXPORT_SYMBOL(ext3_force_commit);
42 +EXPORT_SYMBOL(ext3_bread);
43 +EXPORT_SYMBOL(ext3_xattr_register);
44 +EXPORT_SYMBOL(ext3_xattr_unregister);
45 +EXPORT_SYMBOL(ext3_xattr_get);
46 +EXPORT_SYMBOL(ext3_xattr_list);
47 +EXPORT_SYMBOL(ext3_xattr_set);