mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-02 12:47:29 +00:00
mm/slab.c: fix a comment typo
This commit is contained in:
parent
f093182d31
commit
dc6f3f276e
@ -434,7 +434,7 @@ struct kmem_cache {
|
||||
/* Optimization question: fewer reaps means less
|
||||
* probability for unnessary cpucache drain/refill cycles.
|
||||
*
|
||||
* OTHO the cpuarrays can contain lots of objects,
|
||||
* OTOH the cpuarrays can contain lots of objects,
|
||||
* which could lock up otherwise freeable slabs.
|
||||
*/
|
||||
#define REAPTIMEOUT_CPUC (2*HZ)
|
||||
|
Loading…
Reference in New Issue
Block a user