Skip to content
Commit 443c6f14 authored by Andi Kleen's avatar Andi Kleen
Browse files

SYSCTL: Add a mutex to the page_alloc zone order sysctl



The zone list code clearly cannot tolerate concurrent writers (I couldn't
find any locks for that), so simply add a global mutex. No need for RCU
in this case.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent 4440095c
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