00001 00013 #ifndef CACHE_H 00014 #define CACHE_H 00015 00016 00017 #include <linux/slab.h> 00018 00019 00024 extern struct kmem_cache * mumufs_storage_cache; 00025 00026 00027 #endif 00028