X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fexports.patch;h=33e0b6ce4b357ec979fd11a5c48b72987c146000;hb=86f8aaddd53ca75bdf3f4d5c1c92536be2da1415;hp=cdf72f01f35963f3504fbb6a5235b1729f74a988;hpb=53e3148077f1d201a230ce5b5d0c66fd12632e53;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/exports.patch b/lustre/kernel_patches/patches/exports.patch index cdf72f0..33e0b6c 100644 --- a/lustre/kernel_patches/patches/exports.patch +++ b/lustre/kernel_patches/patches/exports.patch @@ -1,21 +1,25 @@ - 0 files changed + fs/ext3/Makefile | 2 ++ + fs/ext3/super.c | 2 +- + include/linux/fs.h | 1 + + kernel/ksyms.c | 5 +++++ + 4 files changed, 9 insertions(+), 1 deletion(-) ---- linux-2.4.18-17.8.0/fs/ext3/Makefile~exports 2002-12-06 14:52:29.000000000 -0800 -+++ linux-2.4.18-17.8.0-zab/fs/ext3/Makefile 2002-12-06 14:52:29.000000000 -0800 +--- linux-2.4.18-18/fs/ext3/Makefile~exports Sat Apr 5 02:51:27 2003 ++++ linux-2.4.18-18-braam/fs/ext3/Makefile Sat Apr 5 02:54:45 2003 @@ -9,6 +9,8 @@ O_TARGET := ext3.o -+export-objs := super.o ++export-objs := super.o inode.o + obj-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ ioctl.o namei.o super.o symlink.o obj-m := $(O_TARGET) ---- linux-2.4.18-17.8.0/fs/ext3/super.c~exports 2002-12-06 14:52:29.000000000 -0800 -+++ linux-2.4.18-17.8.0-zab/fs/ext3/super.c 2002-12-06 14:52:29.000000000 -0800 +--- linux-2.4.18-18/fs/ext3/super.c~exports Sat Apr 5 02:51:27 2003 ++++ linux-2.4.18-18-braam/fs/ext3/super.c Sat Apr 5 02:54:28 2003 @@ -1746,7 +1746,7 @@ static void __exit exit_ext3_fs(void) unregister_filesystem(&ext3_fs_type); } @@ -25,8 +29,8 @@ MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others"); MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions"); ---- linux-2.4.18-17.8.0/include/linux/fs.h~exports 2002-12-06 14:52:29.000000000 -0800 -+++ linux-2.4.18-17.8.0-zab/include/linux/fs.h 2002-12-06 14:52:29.000000000 -0800 +--- linux-2.4.18-18/include/linux/fs.h~exports Sat Apr 5 02:51:27 2003 ++++ linux-2.4.18-18-braam/include/linux/fs.h Sat Apr 5 02:54:29 2003 @@ -1046,6 +1046,7 @@ extern int unregister_filesystem(struct extern struct vfsmount *kern_mount(struct file_system_type *); extern int may_umount(struct vfsmount *); @@ -35,8 +39,8 @@ extern void umount_tree(struct vfsmount *); #define kern_umount mntput ---- linux-2.4.18-17.8.0/kernel/ksyms.c~exports 2002-12-06 14:52:29.000000000 -0800 -+++ linux-2.4.18-17.8.0-zab/kernel/ksyms.c 2002-12-06 14:52:29.000000000 -0800 +--- linux-2.4.18-18/kernel/ksyms.c~exports Sat Apr 5 02:51:27 2003 ++++ linux-2.4.18-18-braam/kernel/ksyms.c Sat Apr 5 02:54:29 2003 @@ -306,6 +306,11 @@ EXPORT_SYMBOL_GPL(buffermem_pages); EXPORT_SYMBOL_GPL(nr_free_pages); EXPORT_SYMBOL_GPL(page_cache_size);