patch-2.1.132 linux/fs/proc/root.c
Next file: linux/fs/qnx4/namei.c
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Dec 20 05:51:07 1998
- Orig file:
v2.1.131/linux/fs/proc/root.c
- Orig date:
Thu Nov 19 09:56:29 1998
diff -u --recursive --new-file v2.1.131/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -493,6 +493,11 @@
S_IFREG | S_IRUGO, 1, 0, 0,
0, &proc_array_inode_operations
};
+static struct proc_dir_entry proc_root_swapstats = {
+ PROC_SWAPSTATS, 9, "swapstats",
+ S_IFREG | S_IRUGO, 1, 0, 0,
+ 0, &proc_array_inode_operations
+};
static struct proc_dir_entry proc_root_kmsg = {
PROC_KMSG, 4, "kmsg",
S_IFREG | S_IRUSR, 1, 0, 0,
@@ -648,6 +653,7 @@
proc_register(&proc_root, &proc_root_loadavg);
proc_register(&proc_root, &proc_root_uptime);
proc_register(&proc_root, &proc_root_meminfo);
+ proc_register(&proc_root, &proc_root_swapstats);
proc_register(&proc_root, &proc_root_kmsg);
proc_register(&proc_root, &proc_root_version);
proc_register(&proc_root, &proc_root_cpuinfo);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov