diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-11-08 07:47:36 -0500 |
---|---|---|
committer | Pekka Enberg <penberg@kernel.org> | 2013-11-11 11:18:31 -0500 |
commit | a941f8360f200d6849b292f9dc50250bca531c0e (patch) | |
tree | b12a9e57006bdc1f5e5e08640201be8b4fcb115b /include/linux | |
parent | c6f58d9b362b45c52afebe4342c9137d0dabe47f (diff) |
mm, slub: fix the typo in include/linux/slub_def.h
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/slub_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 027276fa8713..2dc4e78fc234 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
@@ -17,7 +17,7 @@ | |||
17 | enum stat_item { | 17 | enum stat_item { |
18 | ALLOC_FASTPATH, /* Allocation from cpu slab */ | 18 | ALLOC_FASTPATH, /* Allocation from cpu slab */ |
19 | ALLOC_SLOWPATH, /* Allocation by getting a new cpu slab */ | 19 | ALLOC_SLOWPATH, /* Allocation by getting a new cpu slab */ |
20 | FREE_FASTPATH, /* Free to cpu slub */ | 20 | FREE_FASTPATH, /* Free to cpu slab */ |
21 | FREE_SLOWPATH, /* Freeing not to cpu slab */ | 21 | FREE_SLOWPATH, /* Freeing not to cpu slab */ |
22 | FREE_FROZEN, /* Freeing to frozen slab */ | 22 | FREE_FROZEN, /* Freeing to frozen slab */ |
23 | FREE_ADD_PARTIAL, /* Freeing moves slab to partial list */ | 23 | FREE_ADD_PARTIAL, /* Freeing moves slab to partial list */ |