patch-2.4.2 linux/include/linux/fs.h
Next file: linux/include/linux/hfs_fs.h
Previous file: linux/include/linux/elf.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Wed Feb 21 16:09:58 2001
-  Orig file: 
v2.4.1/linux/include/linux/fs.h
-  Orig date: 
Sat Feb  3 19:51:32 2001
diff -u --recursive --new-file v2.4.1/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -53,6 +53,14 @@
 	int max_files;		/* tunable */
 };
 extern struct files_stat_struct files_stat;
+
+struct inodes_stat_t {
+	int nr_inodes;
+	int nr_unused;
+	int dummy[5];
+};
+extern struct inodes_stat_t inodes_stat;
+
 extern int max_super_blocks, nr_super_blocks;
 extern int leases_enable, dir_notify_enable, lease_break_time;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)