diff options
author | Milton Miller <miltonm@bga.com> | 2007-10-17 16:55:11 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-17 16:55:11 +0200 |
commit | cd79007634854f9e936e2369890f2512f94b8759 (patch) | |
tree | 904e9d4f406bf5d48699027f415e6acd12cc9121 /kernel/user.c | |
parent | ebb3e820b83e426ee331bae6d8fb0e54f472a25d (diff) | |
download | op-kernel-dev-cd79007634854f9e936e2369890f2512f94b8759.zip op-kernel-dev-cd79007634854f9e936e2369890f2512f94b8759.tar.gz |
sched: more robust sd-sysctl entry freeing
It occurred to me this morning that the procname field was dynamically
allocated and needed to be freed. I started to put in break statements
when allocation failed but it was approaching 50% error handling code.
I came up with this alternative of looping while entry->mode is set and
checking proc_handler instead of ->table. Alternatively, the string
version of the domain name and cpu number could be stored the structs.
I verified by compiling CONFIG_DEBUG_SLAB and checking the allocation
counts after taking a cpuset exclusive and back.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/user.c')
0 files changed, 0 insertions, 0 deletions