patch-2.4.4 linux/kernel/ksyms.c
Next file: linux/kernel/pm.c
Previous file: linux/kernel/info.c
Back to the patch index
Back to the overall index
-  Lines: 42
-  Date:
Fri Apr 27 14:23:25 2001
-  Orig file: 
v2.4.3/linux/kernel/ksyms.c
-  Orig date: 
Fri Mar  2 15:16:59 2001
diff -u --recursive --new-file v2.4.3/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -46,6 +46,8 @@
 #include <linux/brlock.h>
 #include <linux/fs.h>
 #include <linux/tty.h>
+#include <linux/in6.h>
+#include <asm/checksum.h>
 
 #if defined(CONFIG_PROC_FS)
 #include <linux/proc_fs.h>
@@ -129,7 +131,6 @@
 EXPORT_SYMBOL(update_atime);
 EXPORT_SYMBOL(get_fs_type);
 EXPORT_SYMBOL(get_super);
-EXPORT_SYMBOL(get_empty_super);
 EXPORT_SYMBOL(getname);
 EXPORT_SYMBOL(names_cachep);
 EXPORT_SYMBOL(fput);
@@ -182,7 +183,6 @@
 EXPORT_SYMBOL(inode_change_ok);
 EXPORT_SYMBOL(write_inode_now);
 EXPORT_SYMBOL(notify_change);
-EXPORT_SYMBOL(get_hardblocksize);
 EXPORT_SYMBOL(set_blocksize);
 EXPORT_SYMBOL(getblk);
 EXPORT_SYMBOL(bdget);
@@ -386,8 +386,6 @@
 #endif
 
 /* Kiobufs */
-EXPORT_SYMBOL(kiobuf_init);
-
 EXPORT_SYMBOL(alloc_kiovec);
 EXPORT_SYMBOL(free_kiovec);
 EXPORT_SYMBOL(expand_kiobuf);
@@ -464,6 +462,7 @@
 EXPORT_SYMBOL(securebits);
 EXPORT_SYMBOL(cap_bset);
 EXPORT_SYMBOL(daemonize);
+EXPORT_SYMBOL(csum_partial); /* for networking and md */
 
 /* Program loader interfaces */
 EXPORT_SYMBOL(setup_arg_pages);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)