patch-2.1.121 linux/fs/inode.c
Next file: linux/fs/isofs/inode.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Sep 8 14:51:03 1998
- Orig file:
v2.1.120/linux/fs/inode.c
- Orig date:
Sat Sep 5 16:46:41 1998
diff -u --recursive --new-file v2.1.120/linux/fs/inode.c linux/fs/inode.c
@@ -8,6 +8,7 @@
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/dcache.h>
+#include <linux/init.h>
#include <linux/quotaops.h>
/*
@@ -734,11 +735,11 @@
/*
* Initialize the hash tables and default
- * value for max inodes..
+ * value for max inodes
*/
#define MAX_INODE (8192)
-void inode_init(void)
+void __init inode_init(void)
{
int i, max;
struct list_head *head = inode_hashtable;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov