X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fsles11sp2%2Fexport-ext4-3.0.patch;h=3595d48b973c4b02f2db95299abd30c1556fdf10;hb=7a74d382d5e8867785f662aede54a3e399168325;hp=7a950a22ab9976a8fa846d3621cca35d58dace4c;hpb=a17cbaf772dd2b8bd910e5c047c0ebcf97a6ac87;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/sles11sp2/export-ext4-3.0.patch b/ldiskfs/kernel_patches/patches/sles11sp2/export-ext4-3.0.patch index 7a950a2..3595d48 100644 --- a/ldiskfs/kernel_patches/patches/sles11sp2/export-ext4-3.0.patch +++ b/ldiskfs/kernel_patches/patches/sles11sp2/export-ext4-3.0.patch @@ -203,14 +203,6 @@ Index: linux-stage/fs/ext4/super.c void ext4_block_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) -@@ -386,6 +387,7 @@ void ext4_journal_abort_handle(const cha - - jbd2_journal_abort_handle(handle); - } -+EXPORT_SYMBOL(ext4_journal_abort_handle); - - static void __save_error_info(struct super_block *sb, const char *func, - unsigned int line) @@ -4280,6 +4282,7 @@ int ext4_force_commit(struct super_block return ret; @@ -219,12 +211,10 @@ Index: linux-stage/fs/ext4/super.c static void ext4_write_super(struct super_block *sb) { -@@ -5210,6 +5213,12 @@ static void __exit ext4_exit_fs(void) +@@ -5210,6 +5213,10 @@ static void __exit ext4_exit_fs(void) ext4_exit_pageio(); } -+EXPORT_SYMBOL(ext4_xattr_get); -+EXPORT_SYMBOL(ext4_xattr_set_handle); +EXPORT_SYMBOL(ext4_bread); +EXPORT_SYMBOL(ext4_journal_start_sb); +EXPORT_SYMBOL(__ext4_journal_stop);