From 25172fb409a2a49ca859fae3666328a63cae5c00 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 8 Apr 2003 06:02:30 +0000 Subject: [PATCH] Add exports for xattr functions for fsfilt_ext3 to use. --- lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch index 33486fa..3d05358 100644 --- a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch +++ b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54.patch @@ -2637,7 +2637,7 @@ }; --- /dev/null Fri Aug 30 17:31:37 2002 +++ linux-2.4.20-braam/fs/ext3/xattr.c Sat Apr 5 03:57:18 2003 -@@ -0,0 +1,1224 @@ +@@ -0,0 +1,1231 @@ +/* + * linux/fs/ext3/xattr.c + * @@ -2709,6 +2709,13 @@ + +#define EXT3_EA_USER "user." + ++/* These symbols may be needed by a module. */ ++EXPORT_SYMBOL(ext3_xattr_register); ++EXPORT_SYMBOL(ext3_xattr_unregister); ++EXPORT_SYMBOL(ext3_xattr_get); ++EXPORT_SYMBOL(ext3_xattr_list); ++EXPORT_SYMBOL(ext3_xattr_set); ++ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0) +# define mark_buffer_dirty(bh) mark_buffer_dirty(bh, 1) +#endif -- 1.8.3.1