[PATCH] powerpc: force 4k update_flash block and list sizes

Michael Neuling mikey at neuling.org
Wed Nov 8 15:39:04 EST 2006


In message <1162960202.14254.3.camel at sinatra.austin.ibm.com> you wrote:
> > kmem_cache_destroy doesn't return anything.
> 
> Good call!  How's this:
<snip>
> +	if (flash_block_cache) {
> +		rc = kmem_cache_destroy(flash_block_cache);
> +		if (rc)
> +			printk(KERN_WARNING "%s: cache memory leak\n",
> +					__FUNCTION__);
> +	}

Arrh, did anything change?

Mikey



More information about the Linuxppc-dev mailing list