Searched hist:"20 cdc894c45d2e4ab0c69e95a56b7c5ed36ae0dd" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | proc_fs.h | diff 20cdc894c45d2e4ab0c69e95a56b7c5ed36ae0dd Mon Oct 02 04:17:07 CDT 2006 Eric W. Biederman <ebiederm@xmission.com> [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 <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/fs/proc/ |
H A D | base.c | diff 20cdc894c45d2e4ab0c69e95a56b7c5ed36ae0dd Mon Oct 02 04:17:07 CDT 2006 Eric W. Biederman <ebiederm@xmission.com> [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 <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|