X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Focfs2%2Fuptodate.c;h=4da8851f2b23af737df164d0ec64133117f19508;hb=69759454873fd90130007bdb60948a79e880cd82;hp=9707ed7a3206d5055587e5cea8555b17b8e61d8b;hpb=c45aa055c32b488fc3fd73c760df372b09acf69a;p=cascardo%2Flinux.git diff --git a/fs/ocfs2/uptodate.c b/fs/ocfs2/uptodate.c index 9707ed7a3206..4da8851f2b23 100644 --- a/fs/ocfs2/uptodate.c +++ b/fs/ocfs2/uptodate.c @@ -69,7 +69,7 @@ struct ocfs2_meta_cache_item { sector_t c_block; }; -static kmem_cache_t *ocfs2_uptodate_cachep = NULL; +static struct kmem_cache *ocfs2_uptodate_cachep = NULL; void ocfs2_metadata_cache_init(struct inode *inode) { @@ -548,7 +548,7 @@ int __init init_ocfs2_uptodate_cache(void) { ocfs2_uptodate_cachep = kmem_cache_create("ocfs2_uptodate", sizeof(struct ocfs2_meta_cache_item), - 0, SLAB_HWCACHE_ALIGN, NULL, NULL); + 0, SLAB_HWCACHE_ALIGN, NULL); if (!ocfs2_uptodate_cachep) return -ENOMEM;