From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:44 +0000 (-0700) Subject: [PATCH] proc: Replace proc_inode.type with proc_inode.fd X-Git-Tag: v2.6.18-rc1~763 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed7a6c476d90660ac5af860158407ae9fe61c68;p=pandora-kernel.git [PATCH] proc: Replace proc_inode.type with proc_inode.fd The sole renaming use of proc_inode.type is to discover the file descriptor number, so just store the file descriptor number and don't wory about processing this field. This removes any /proc limits on the maximum number of file descriptors, and clears the path to make the hard coded /proc inode numbers go away. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed