patch-2.3.99-pre1 linux/fs/fat/inode.c
Next file: linux/fs/filesystems.c
Previous file: linux/fs/fat/fatfs_syms.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Mar 13 12:35:39 2000
- Orig file:
v2.3.51/linux/fs/fat/inode.c
- Orig date:
Fri Mar 10 16:40:47 2000
diff -u --recursive --new-file v2.3.51/linux/fs/fat/inode.c linux/fs/fat/inode.c
@@ -920,19 +920,3 @@
~MSDOS_SB(sb)->options.fs_umask;
return 0;
}
-
-
-#ifdef MODULE
-int init_module(void)
-{
- return init_fat_fs();
-}
-
-
-void cleanup_module(void)
-{
- /* Nothing to be done, really! */
- return;
-}
-#endif
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)