patch-2.3.27 linux/fs/proc/inode-alloc.txt

Next file: linux/fs/proc/inode.c
Previous file: linux/fs/proc/fd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/fs/proc/inode-alloc.txt linux/fs/proc/inode-alloc.txt
@@ -1,50 +1,14 @@
-Inode allocations in the proc-fs (hex-numbers):
+Current inode allocations in the proc-fs (hex-numbers):
 
   00000000		reserved
-  00000001-00000fff	static entries
+  00000001-00000fff	static entries	(goners)
        001		root-ino
-       002		load-avg
-       003		uptime
-       ...
-       080		net/*
-       ...
-       100		scsi/*
-       ...
-       xxx		mca/*
-       ...
-       yyy		bus/*
-       ...
-       fff		end
 
   00001000-00001fff	dynamic entries
-
   00002000-00002fff	openprom entries
-
   0001xxxx-7fffxxxx	pid-dir entries for pid 1-7fff
-      0000		unused
-      0001		unused
-      0002		pid
-      0003		pid/status
-       ...
-      0008		pid/fd
-       ...
-      00xx-00ff		unused
-      01xx		pid/fd/* for fd 0-ff
-       ...
-      01ff		end
-      0200-ffff		unused
-
   80000000-ffffffff	unused
 
-
-
-New allocation:
-
-  00000000-0000ffff	unchanged
-
-  0001xxxx-7fffxxxx	pid-dir entries for pid 1-7fff
-      0000-00ff		unchanged
-      0100-7fff		unused
-      8000-ffff		pid/fd/* for fd 0-7fff
-
-  80000000-ffffffff	unchanged
+Goal:
+	a) once we'll split the thing into several virtual filesystems we
+	will get rid of magical ranges (and this file, BTW).

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)