X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fexport-ext3-2.6-suse.patch;h=c10431bf43ea66ce41328e4b4c82b5c84da0dc35;hb=58744d506d55ecbe2a36bb9d86b1e043f9535111;hp=638b4bf0065869db8cf72a9184feb33fbbbd3306;hpb=3de901fceee79de12a31428bcc6ba3a00f10d1fe;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/export-ext3-2.6-suse.patch b/ldiskfs/kernel_patches/patches/export-ext3-2.6-suse.patch index 638b4bf..c10431b 100644 --- a/ldiskfs/kernel_patches/patches/export-ext3-2.6-suse.patch +++ b/ldiskfs/kernel_patches/patches/export-ext3-2.6-suse.patch @@ -1,8 +1,8 @@ -Index: linux-stage/fs/ext3/super.c +Index: linux-2.6.5-7.283_lustre-1.4.10.1/fs/ext3/super.c =================================================================== ---- linux-stage.orig/fs/ext3/super.c 2004-04-02 16:40:18.000000000 -0500 -+++ linux-stage/fs/ext3/super.c 2004-04-02 16:40:18.000000000 -0500 -@@ -115,6 +115,8 @@ +--- linux-2.6.5-7.283_lustre-1.4.10.1.orig/fs/ext3/super.c 2007-05-30 08:48:29.000000000 +0200 ++++ linux-2.6.5-7.283_lustre-1.4.10.1/fs/ext3/super.c 2007-05-30 08:48:37.000000000 +0200 +@@ -116,6 +116,8 @@ void ext3_journal_abort_handle(const cha handle->h_err = err; } @@ -11,7 +11,7 @@ Index: linux-stage/fs/ext3/super.c static char error_buf[1024]; /* Deal with the reporting of failure conditions on a filesystem such as -@@ -1774,6 +1776,8 @@ +@@ -1895,6 +1897,8 @@ int ext3_force_commit(struct super_block return ret; } @@ -20,13 +20,15 @@ Index: linux-stage/fs/ext3/super.c /* * Ext3 always journals updates to the superblock itself, so we don't * have to propagate any other updates to the superblock on disk at this -@@ -2088,6 +2092,10 @@ +@@ -2334,6 +2338,12 @@ int ext3_map_inode_page(struct inode *in unsigned long *blocks, int *created, int create); EXPORT_SYMBOL(ext3_map_inode_page); +EXPORT_SYMBOL(ext3_xattr_get); +EXPORT_SYMBOL(ext3_xattr_set_handle); +EXPORT_SYMBOL(ext3_bread); ++EXPORT_SYMBOL(ext3_journal_start); ++EXPORT_SYMBOL(__ext3_journal_stop); + MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others"); MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");