Skip to content

Commit

Permalink
[PATCH] proc: modify proc_pident_lookup to be completely table driven
Browse files Browse the repository at this point in the history
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 <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Oct 2, 2006
1 parent 28a6d67 commit 20cdc89
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 245 deletions.
Loading

0 comments on commit 20cdc89

Please sign in to comment.