]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/slub_def.h
slub: make sysfs file removal asynchronous
[karo-tx-linux.git] / include / linux / slub_def.h
index 07ef550c662708035459293fe39fa895cca9fce5..93315d6b21a85fea729970574eecd66027f8f520 100644 (file)
@@ -84,6 +84,7 @@ struct kmem_cache {
        int red_left_pad;       /* Left redzone padding size */
 #ifdef CONFIG_SYSFS
        struct kobject kobj;    /* For sysfs */
+       struct work_struct kobj_remove_work;
 #endif
 #ifdef CONFIG_MEMCG
        struct memcg_cache_params memcg_params;