diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4390,7 +4390,7 @@ static void kmem_cache_release(struct kobject *kobj) | |||
4390 | kfree(s); | 4390 | kfree(s); |
4391 | } | 4391 | } |
4392 | 4392 | ||
4393 | static struct sysfs_ops slab_sysfs_ops = { | 4393 | static const struct sysfs_ops slab_sysfs_ops = { |
4394 | .show = slab_attr_show, | 4394 | .show = slab_attr_show, |
4395 | .store = slab_attr_store, | 4395 | .store = slab_attr_store, |
4396 | }; | 4396 | }; |