Skip to content
Commit cd790076 authored by Milton Miller's avatar Milton Miller Committed by Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent ebb3e820
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment