patch-1.3.99 linux/fs/vfat/namei.c

Next file: linux/fs/xiafs/file.c
Previous file: linux/fs/vfat/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.98/linux/fs/vfat/namei.c linux/fs/vfat/namei.c
@@ -1569,12 +1569,26 @@
 	vfat_read_super, "vfat", 1, NULL
 };
 
+static struct symbol_table vfat_syms = {
+#include <linux/symtab_begin.h>
+	X(vfat_create),
+	X(vfat_unlink),
+	X(vfat_mkdir),
+	X(vfat_rmdir),
+	X(vfat_rename),
+	X(vfat_put_super),
+	X(vfat_read_super),
+	X(vfat_read_inode),
+	X(vfat_lookup),
+#include <linux/symtab_end.h>
+};                                           
+
 int init_vfat_fs(void)
 {
 	int status;
 
 	if ((status = register_filesystem(&vfat_fs_type)) == 0)
-		status = register_symtab(0);
+		status = register_symtab(&vfat_syms);
 	return status;
 }
 

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