patch-2.3.99-pre8 linux/fs/file_table.c
Next file: linux/fs/filesystems.c
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri May 12 11:21:20 2000
- Orig file:
v2.3.99-pre7/linux/fs/file_table.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/fs/file_table.c linux/fs/file_table.c
@@ -15,8 +15,8 @@
static kmem_cache_t *filp_cache;
/* sysctl tunables... */
-int nr_files = 0; /* read only */
-int nr_free_files = 0; /* read only */
+int nr_files; /* read only */
+int nr_free_files; /* read only */
int max_files = NR_FILE;/* tunable */
/* Here the new files go */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)