From: adilger Date: Tue, 8 Apr 2003 06:02:30 +0000 (+0000) Subject: Add exports for xattr functions for fsfilt_ext3 to use. X-Git-Tag: v1_7_100~1^94~17 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=25172fb409a2a49ca859fae3666328a63cae5c00;p=fs%2Flustre-release.git Add exports for xattr functions for fsfilt_ext3 to use. --- 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