patch-2.1.87 linux/fs/adfs/super.c
Next file: linux/fs/ufs/ufs_dir.c
Previous file: linux/drivers/sound/trix.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Feb 11 16:19:56 1998
- Orig file:
v2.1.86/linux/fs/adfs/super.c
- Orig date:
Tue Jan 20 16:44:58 1998
diff -u --recursive --new-file v2.1.86/linux/fs/adfs/super.c linux/fs/adfs/super.c
@@ -331,11 +331,7 @@
#ifdef MODULE
int init_module (void)
{
- int status;
-
- if ((status = init_adfs_fs()) == 0)
- register_symtab(0);
- return status;
+ return (init_adfs_fs());
}
void cleanup_module (void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov