Files
android_kernel_xiaomi_sm8450/fs/proc
Eric W. Biederman 076c3eed2c sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Replace the helpers that proc_sys_lookup uses with helpers that work
in terms of an entire sysctl directory.  This is worse for sysctl_lock
hold times but it is much better for code clarity and the code cleanups
to come.

find_in_table is no longer needed so it is removed.

find_entry a general helper to find entries in a directory is added.

lookup_entry is a simple wrapper around find_entry that takes the
sysctl_lock increases the use count if an entry is found and drops
the sysctl_lock.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
2012-01-24 16:40:29 -08:00
..
2012-01-03 22:54:56 -05:00
2011-01-13 08:03:17 -08:00
2009-05-15 15:32:45 +02:00
2007-10-17 08:42:48 -07:00
2012-01-03 22:57:13 -05:00
2011-01-13 17:32:43 -08:00
2012-01-03 22:54:56 -05:00