patch-2.2.7 linux/fs/inode.c
Next file: linux/fs/isofs/dir.c
Previous file: linux/fs/hpfs/hpfs_fs.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Apr 26 13:56:49 1999
- Orig file:
v2.2.6/linux/fs/inode.c
- Orig date:
Fri Apr 16 14:47:31 1999
diff -u --recursive --new-file v2.2.6/linux/fs/inode.c linux/fs/inode.c
@@ -359,10 +359,8 @@
found = 1;
}
- if (found) {
+ if (found)
dispose_list(freeable);
- found = 1; /* silly compiler */
- }
return found;
}
@@ -750,7 +748,7 @@
* Initialize the hash tables and default
* value for max inodes
*/
-#define MAX_INODE (12288)
+#define MAX_INODE (16384)
void __init inode_init(void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)