]> git.neil.brown.name Git - history.git/commit
[PATCH] Increase number of dynamic inodes in procfs
authorAndrew Morton <akpm@osdl.org>
Mon, 19 Apr 2004 05:05:51 +0000 (22:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 05:05:51 +0000 (22:05 -0700)
commitfdc519457a3d4e49e3f8e22d8ea4dae79194a3d2
tree75dc5c895f0d0f800b2b9a29ec48e5130c1fe187
parent178036e36fbec128450e39314a5042bb8a9af941
[PATCH] Increase number of dynamic inodes in procfs

From: Nathan Lynch <nathanl@austin.ibm.com>

On some larger ppc64 configurations /proc/device-tree is exhausting procfs'
dynamic (non-pid) inode range (16K).  This patch makes the dynamic inode
range 0xf0000000-0xffffffff and changes the inode number allocator to use
the idr.c allocator for the first-fit allocations.
fs/proc/generic.c
fs/proc/inode-alloc.txt
fs/proc/inode.c
include/linux/proc_fs.h