X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fmbcache.c;h=deeb9dc062d9dfdc74676734163e8c273f6aa274;hb=38d15b656258b52a659fcf3e181f85b51bd1851f;hp=0ff71256e65b4fb0d3a9fc4352c0a8c9b4b5e365;hpb=946b92437e550d6ed80213bf54a1f383e141aede;p=linux-2.6-block.git diff --git a/fs/mbcache.c b/fs/mbcache.c index 0ff71256e65b..deeb9dc062d9 100644 --- a/fs/mbcache.c +++ b/fs/mbcache.c @@ -85,7 +85,7 @@ struct mb_cache { #ifndef MB_CACHE_INDEXES_COUNT int c_indexes_count; #endif - kmem_cache_t *c_entry_cache; + struct kmem_cache *c_entry_cache; struct list_head *c_block_hash; struct list_head *c_indexes_hash[0]; };