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

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)