- fs/ext3/Makefile | 2 ++
+
+
+
+ fs/ext3/Makefile | 4 +++-
fs/ext3/super.c | 2 +-
include/linux/fs.h | 1 +
kernel/ksyms.c | 5 +++++
- 4 files changed, 9 insertions(+), 1 deletion(-)
+ 4 files changed, 10 insertions(+), 2 deletions(-)
---- linux-chaos-2.4.20-6/fs/ext3/Makefile~exports_2.4.20 2002-05-07 15:53:46.000000000 -0600
-+++ linux-chaos-2.4.20-6-braam/fs/ext3/Makefile 2003-04-09 16:10:26.000000000 -0600
+--- linux-2.4.20/fs/ext3/Makefile~exports_hp Sat Apr 5 03:55:19 2003
++++ linux-2.4.20-braam/fs/ext3/Makefile Sat Apr 5 03:56:03 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-chaos-2.4.20-6/fs/ext3/super.c~exports_2.4.20 2003-03-12 12:51:02.000000000 -0700
-+++ linux-chaos-2.4.20-6-braam/fs/ext3/super.c 2003-04-09 16:10:26.000000000 -0600
-@@ -1770,7 +1770,7 @@ static void __exit exit_ext3_fs(void)
+--- linux-2.4.20/fs/ext3/super.c~exports_hp Sat Apr 5 03:55:19 2003
++++ linux-2.4.20-braam/fs/ext3/super.c Sat Apr 5 03:55:19 2003
+@@ -1769,7 +1769,7 @@ static void __exit exit_ext3_fs(void)
unregister_filesystem(&ext3_fs_type);
}
MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
---- linux-chaos-2.4.20-6/include/linux/fs.h~exports_2.4.20 2003-03-12 12:51:27.000000000 -0700
-+++ linux-chaos-2.4.20-6-braam/include/linux/fs.h 2003-04-09 16:10:26.000000000 -0600
-@@ -1026,6 +1026,7 @@ extern int unregister_filesystem(struct
+--- linux-2.4.20/include/linux/fs.h~exports_hp Sat Apr 5 03:55:19 2003
++++ linux-2.4.20-braam/include/linux/fs.h Sat Apr 5 03:55:19 2003
+@@ -1005,6 +1005,7 @@ extern int unregister_filesystem(struct
extern struct vfsmount *kern_mount(struct file_system_type *);
extern int may_umount(struct vfsmount *);
extern long do_mount(char *, char *, char *, unsigned long, void *);
#define kern_umount mntput
---- linux-chaos-2.4.20-6/kernel/ksyms.c~exports_2.4.20 2003-03-12 12:51:36.000000000 -0700
-+++ linux-chaos-2.4.20-6-braam/kernel/ksyms.c 2003-04-09 16:10:26.000000000 -0600
-@@ -313,6 +313,11 @@ EXPORT_SYMBOL(dcache_dir_fsync);
+--- linux-2.4.20/kernel/ksyms.c~exports_hp Sat Apr 5 03:55:19 2003
++++ linux-2.4.20-braam/kernel/ksyms.c Sat Apr 5 03:55:19 2003
+@@ -284,6 +284,11 @@ EXPORT_SYMBOL(dcache_dir_fsync);
EXPORT_SYMBOL(dcache_readdir);
EXPORT_SYMBOL(dcache_dir_ops);