From: adilger Date: Tue, 8 Apr 2003 06:28:03 +0000 (+0000) Subject: Add module.h include for proper EXPORT_SYMBOL() definition. X-Git-Tag: v1_7_100~1^94~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1f789cfa4fc89c5c1662af1b29ffd2e305ebdccb;p=fs%2Flustre-release.git Add module.h include for proper EXPORT_SYMBOL() definition. --- 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 3d05358..84223ae 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,1231 @@ +@@ -0,0 +1,1232 @@ +/* + * linux/fs/ext3/xattr.c + * @@ -2696,6 +2696,7 @@ + * The BKL will no longer be held in the xattr inode operations. + */ + ++#include +#include +#include +#include