From a6ccc2a7026d6aedd862dc549ddf6159c8685547 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 28 Apr 2006 14:42:54 +0000 Subject: [PATCH] export symbols needed for fld_iam.c --- lustre/kernel_patches/patches/ext3-iam-separate.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/ext3-iam-separate.patch b/lustre/kernel_patches/patches/ext3-iam-separate.patch index 8dd618a..428464e 100644 --- a/lustre/kernel_patches/patches/ext3-iam-separate.patch +++ b/lustre/kernel_patches/patches/ext3-iam-separate.patch @@ -1093,7 +1093,7 @@ Index: linux-2.6.9/fs/ext3/iam.c =================================================================== --- linux-2.6.9.orig/fs/ext3/iam.c 2006-04-28 19:25:01.957835224 +0800 +++ linux-2.6.9/fs/ext3/iam.c 2006-04-28 16:54:18.000000000 +0800 -@@ -0,0 +1,610 @@ +@@ -0,0 +1,612 @@ +/* + * iam: big theory statement. + * @@ -1232,6 +1232,7 @@ Index: linux-2.6.9/fs/ext3/iam.c + else + return -ENOENT; +} ++EXPORT_SYMBOL(iam_container_init); + +/* + * Finalize container @c, release all resources. @@ -1243,6 +1244,7 @@ Index: linux-2.6.9/fs/ext3/iam.c + c->ic_object = NULL; + } +} ++EXPORT_SYMBOL(iam_container_fini); + +void iam_path_init(struct iam_path *path, struct iam_container *c, void *cookie) +{ -- 1.8.3.1