From: Eric W. Biederman Date: Mon, 2 Oct 2006 09:17:07 +0000 (-0700) Subject: [PATCH] proc: modify proc_pident_lookup to be completely table driven X-Git-Tag: v2.6.19-rc1~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20cdc894c45d2e4ab0c69e95a56b7c5ed36ae0dd;p=pandora-kernel.git [PATCH] proc: modify proc_pident_lookup to be completely table driven Currently proc_pident_lookup gets the names and types from a table and then has a huge switch statement to get the inode and file operations it needs. That is silly and is becoming increasingly hard to maintain so I just put all of the information in the table. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed