diff options
-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 */ |