Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Andi Kleen <[email protected]>
- Loading branch information