patch-2.1.54 linux/fs/autofs/init.c
Next file: linux/fs/autofs/root.c
Previous file: linux/fs/autofs/autofs_i.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Fri Sep 5 20:15:37 1997
- Orig file:
v2.1.53/linux/fs/autofs/init.c
- Orig date:
Thu Jun 26 12:33:39 1997
diff -u --recursive --new-file v2.1.53/linux/fs/autofs/init.c linux/fs/autofs/init.c
@@ -11,17 +11,12 @@
* ------------------------------------------------------------------------- */
#include <linux/module.h>
-#include "autofs_i.h"
-
-#if LINUX_VERSION_CODE < kver(2,1,36)
-#define __initfunc(X) X
-#else
#include <linux/init.h>
-#endif
+#include "autofs_i.h"
static struct file_system_type autofs_fs_type = {
"autofs",
- 0 /* FS_NO_DCACHE doesn't work correctly */,
+ 0,
autofs_read_super,
NULL
};
@@ -29,11 +24,7 @@
#ifdef MODULE
int init_module(void)
{
- int status;
-
- if ((status = register_filesystem(&autofs_fs_type)) == 0)
- register_symtab(0);
- return status;
+ return register_filesystem(&autofs_fs_type);
}
void cleanup_module(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov