patch-2.4.0-test2 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/kernel/kmod.c
Back to the patch index
Back to the overall index
- Lines: 61
- Date:
Thu Jun 22 07:15:10 2000
- Orig file:
v2.4.0-test1/linux/kernel/ksyms.c
- Orig date:
Mon Jun 19 16:32:02 2000
diff -u --recursive --new-file v2.4.0-test1/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -44,6 +44,7 @@
#include <linux/capability.h>
#include <linux/highuid.h>
#include <linux/brlock.h>
+#include <linux/fs.h>
#if defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h>
@@ -80,10 +81,9 @@
#ifdef CONFIG_MODULES
EXPORT_SYMBOL(get_module_symbol);
+EXPORT_SYMBOL(put_module_symbol);
EXPORT_SYMBOL(try_inc_mod_count);
#endif
-EXPORT_SYMBOL(get_option);
-EXPORT_SYMBOL(get_options);
/* process memory management */
EXPORT_SYMBOL(do_mmap_pgoff);
@@ -129,7 +129,6 @@
/* filesystem internal functions */
EXPORT_SYMBOL(def_blk_fops);
-EXPORT_SYMBOL(in_group_p);
EXPORT_SYMBOL(update_atime);
EXPORT_SYMBOL(get_super);
EXPORT_SYMBOL(get_empty_super);
@@ -139,6 +138,7 @@
EXPORT_SYMBOL(iunique);
EXPORT_SYMBOL(iget4);
EXPORT_SYMBOL(iput);
+EXPORT_SYMBOL(force_delete);
EXPORT_SYMBOL(follow_up);
EXPORT_SYMBOL(follow_down);
EXPORT_SYMBOL(path_init);
@@ -271,7 +271,6 @@
/* block device driver support */
EXPORT_SYMBOL(block_read);
EXPORT_SYMBOL(block_write);
-EXPORT_SYMBOL(wait_for_request);
EXPORT_SYMBOL(blksize_size);
EXPORT_SYMBOL(hardsect_size);
EXPORT_SYMBOL(blk_size);
@@ -444,8 +443,6 @@
EXPORT_SYMBOL(machine_restart);
EXPORT_SYMBOL(machine_halt);
EXPORT_SYMBOL(machine_power_off);
-EXPORT_SYMBOL(register_reboot_notifier);
-EXPORT_SYMBOL(unregister_reboot_notifier);
EXPORT_SYMBOL(_ctype);
EXPORT_SYMBOL(secure_tcp_sequence_number);
EXPORT_SYMBOL(get_random_bytes);
@@ -495,6 +492,7 @@
/* all busmice */
EXPORT_SYMBOL(fasync_helper);
+EXPORT_SYMBOL(kill_fasync);
#ifdef CONFIG_BLK_DEV_MD
EXPORT_SYMBOL(disk_name); /* for md.c */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)