Re: New Mitsumi legacy CD-ROM driver

From: Pekka J Enberg
Date: Tue May 08 2007 - 10:34:19 EST


On Tue, 8 May 2007, Rene Herman wrote:
> I admit my DOS inspired dislike of realloc() is largely pointless these days
> but, err... "E426: tag not found: krealloc". Would you perhaps like the list?
> Or the if (tracks != mcd->tracks) thing?

The krealloc() API has been in current git for few days now. I suggested
it because I thought it would nicely fold the kfree() + kzalloc() pair
into a simple krealloc() call but the error handling makes it a total
mess. I think we need kzrealloc() in the kernel... ;-)

So please simply ignore my comment.

Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/