From: tappro Date: Fri, 28 Apr 2006 14:42:54 +0000 (+0000) Subject: export symbols needed for fld_iam.c X-Git-Tag: v1_8_0_110~486^2~1907 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6ccc2a7026d6aedd862dc549ddf6159c8685547;p=fs%2Flustre-release.git export symbols needed for fld_iam.c --- 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) +{