patch-1.3.60 linux/fs/fat/fatfs_syms.c

Next file: linux/fs/fat/file.c
Previous file: linux/fs/fat/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.59/linux/fs/fat/fatfs_syms.c linux/fs/fat/fatfs_syms.c
@@ -0,0 +1,46 @@
+#include <linux/module.h>
+
+#include <linux/msdos_fs.h>
+
+#include "msbuffer.h"
+#include "tables.h"
+
+static struct symbol_table fat_syms = {
+#include <linux/symtab_begin.h>
+	X(fat_a2alias),
+	X(fat_a2uni),
+	X(fat_add_cluster),
+	X(fat_bmap),
+	X(fat_brelse),
+	X(fat_cache_inval_inode),
+	X(fat_date_unix2dos),
+	X(fat_dir_operations),
+	X(fat_file_read),
+	X(fat_file_write),
+	X(fat_fs_panic),
+	X(fat_get_entry),
+	X(fat_lock_creation),
+	X(fat_mark_buffer_dirty),
+	X(fat_mmap),
+	X(fat_notify_change),
+	X(fat_parent_ino),
+	X(fat_put_inode),
+	X(fat_put_super),
+	X(fat_read_inode),
+	X(fat_read_super),
+	X(fat_readdir),
+	X(fat_scan),
+	X(fat_smap),
+	X(fat_statfs),
+	X(fat_truncate),
+	X(fat_uni2asc_pg),
+	X(fat_unlock_creation),
+	X(fat_write_inode),
+#include <linux/symtab_end.h>
+};                                           
+
+int init_fat_fs(void)
+{
+	return register_symtab(&fat_syms);
+}
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this