]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/slub_def.h
slub: separate out sysfs_slab_release() from sysfs_slab_remove()
[karo-tx-linux.git] / include / linux / slub_def.h
index 75f56c2ef2d471f1424b947632b984f431dd46e5..07ef550c662708035459293fe39fa895cca9fce5 100644 (file)
@@ -113,9 +113,9 @@ struct kmem_cache {
 
 #ifdef CONFIG_SYSFS
 #define SLAB_SUPPORTS_SYSFS
-void sysfs_slab_remove(struct kmem_cache *);
+void sysfs_slab_release(struct kmem_cache *);
 #else
-static inline void sysfs_slab_remove(struct kmem_cache *s)
+static inline void sysfs_slab_release(struct kmem_cache *s)
 {
 }
 #endif