X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fcoda%2Finode.c;h=871b27715465fb6c21d408354b478a9a0a318a87;hp=261d86f9caec1e35924a1febc664ded0a1a8148e;hb=b2034d474b7e1e8578bd5c2977024b51693269d9;hpb=924241575a85249b9d410e38f5b2fcad9035e45c diff --git a/fs/coda/inode.c b/fs/coda/inode.c index 261d86f9caec..871b27715465 100644 --- a/fs/coda/inode.c +++ b/fs/coda/inode.c @@ -44,7 +44,7 @@ static struct kmem_cache * coda_inode_cachep; static struct inode *coda_alloc_inode(struct super_block *sb) { struct coda_inode_info *ei; - ei = (struct coda_inode_info *)kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL); + ei = kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL); if (!ei) return NULL; memset(&ei->c_fid, 0, sizeof(struct CodaFid));