projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f093182
)
mm/slab.c: fix a comment typo
author
Adrian Bunk
<bunk@stusta.de>
Tue, 8 Nov 2005 15:44:08 +0000
(16:44 +0100)
committer
Adrian Bunk
<bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:44:08 +0000
(16:44 +0100)
mm/slab.c
patch
|
blob
|
history
diff --git
a/mm/slab.c
b/mm/slab.c
index e291f5e1afbb3acd9d53ad3646527e2f06c3169f..8a73dcfc6a2760f04a4d67c5cf40762b24f00515 100644
(file)
--- a/
mm/slab.c
+++ b/
mm/slab.c
@@
-434,7
+434,7
@@
struct kmem_cache {
/* Optimization question: fewer reaps means less
* probability for unnessary cpucache drain/refill cycles.
*
- * OT
HO
the cpuarrays can contain lots of objects,
+ * OT
OH
the cpuarrays can contain lots of objects,
* which could lock up otherwise freeable slabs.
*/
#define REAPTIMEOUT_CPUC (2*HZ)