patch-2.1.24 linux/fs/proc/root.c
Next file: linux/include/asm-sparc/namei.h
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jan 28 10:02:45 1997
- Orig file:
v2.1.23/linux/fs/proc/root.c
- Orig date:
Tue Jan 28 18:50:22 1997
diff -u --recursive --new-file v2.1.23/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -510,6 +510,10 @@
PROC_MTAB, 6, "mounts",
S_IFREG | S_IRUGO, 1, 0, 0,
};
+static struct proc_dir_entry proc_root_swaps = {
+ PROC_MTAB, 5, "swaps",
+ S_IFREG | S_IRUGO, 1, 0, 0,
+};
static struct proc_dir_entry proc_root_profile = {
PROC_PROFILE, 7, "profile",
S_IFREG | S_IRUGO | S_IWUSR, 1, 0, 0,
@@ -572,6 +576,7 @@
proc_register(&proc_root, &proc_root_locks);
proc_register(&proc_root, &proc_root_mounts);
+ proc_register(&proc_root, &proc_root_swaps);
#if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE)
#ifdef CONFIG_SUN_OPENPROMFS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov