]> asedeno.scripts.mit.edu Git - linux.git/commit
sysctl: Make the header lists per directory.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 8 Jan 2012 07:45:12 +0000 (23:45 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2012 00:40:30 +0000 (16:40 -0800)
commit9e3d47df35abd6430fed04fb40a76c7358b1e815
tree8c7fe500d2cefdf99b1128e60178045a39f1a864
parente54012cede6749528899f66a72312522a179d427
sysctl: Make the header lists per directory.

Slightly enhance efficiency and clarity of the code by making the
header list per directory instead of per set.

Benchmark before:
    make-dummies 0 999 -> 0.63s
    rmmod dummy        -> 0.12s
    make-dummies 0 9999 -> 2m35s
    rmmod dummy         -> 18s

Benchmark after:
    make-dummies 0 999 -> 0.32s
    rmmod dummy        -> 0.12s
    make-dummies 0 9999 -> 1m17s
    rmmod dummy         -> 17s

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/proc/proc_sysctl.c
include/linux/sysctl.h