From 86c61b8f74431d7419964505ba79325fdd9df22e Mon Sep 17 00:00:00 2001 From: mmex Date: Tue, 15 Jul 2003 02:42:06 +0000 Subject: [PATCH] - add ext3-map_inode_page.patch to all series - add ext3-error-export.patch to all series and add new export symbols that will be needed in last_rcvd_records_via_metadata patch. --- lustre/kernel_patches/patches/ext3-error-export.patch | 16 ++++++++++++++++ lustre/kernel_patches/pc/ext3-error-export.pc | 1 + 2 files changed, 17 insertions(+) create mode 100644 lustre/kernel_patches/patches/ext3-error-export.patch create mode 100644 lustre/kernel_patches/pc/ext3-error-export.pc diff --git a/lustre/kernel_patches/patches/ext3-error-export.patch b/lustre/kernel_patches/patches/ext3-error-export.patch new file mode 100644 index 0000000..c52fc18 --- /dev/null +++ b/lustre/kernel_patches/patches/ext3-error-export.patch @@ -0,0 +1,16 @@ + fs/ext3/ext3-exports.c | 5 +++++ + 1 files changed, 5 insertions(+) + +--- linux/fs/ext3/ext3-exports.c~ext3-error-export Mon Jul 14 19:30:50 2003 ++++ linux-mmonroe/fs/ext3/ext3-exports.c Mon Jul 14 19:32:37 2003 +@@ -21,3 +21,8 @@ EXPORT_SYMBOL(ext3_xattr_list); + EXPORT_SYMBOL(ext3_xattr_set); + EXPORT_SYMBOL(ext3_prep_san_write); + EXPORT_SYMBOL(ext3_map_inode_page); ++ ++EXPORT_SYMBOL(ext3_abort); ++EXPORT_SYMBOL(ext3_decode_error); ++EXPORT_SYMBOL(__ext3_std_error); ++ + +_ diff --git a/lustre/kernel_patches/pc/ext3-error-export.pc b/lustre/kernel_patches/pc/ext3-error-export.pc new file mode 100644 index 0000000..efd7db0 --- /dev/null +++ b/lustre/kernel_patches/pc/ext3-error-export.pc @@ -0,0 +1 @@ +fs/ext3/ext3-exports.c -- 1.8.3.1